From 7a33856a527aebbd8d2a624c6d5937c25c9a1d90 Mon Sep 17 00:00:00 2001 From: Emma Terzioglu Date: Fri, 13 Mar 2026 13:49:15 -0700 Subject: initial commit new website repo yay!!! --- src/templates/404.html | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 src/templates/404.html (limited to 'src/templates/404.html') diff --git a/src/templates/404.html b/src/templates/404.html new file mode 100644 index 0000000..b7b0961 --- /dev/null +++ b/src/templates/404.html @@ -0,0 +1,38 @@ +{% extends "base.html" %} + +{% block head %} +{{ super() }} + + +{% endblock %} + +{% block content %} +http.cat for 404 + + +

I'm sorry I let you down...

+ + {% if request.path == "/femboys" %} +

no bitches?

+ {% else %} +

{{ request.path }} not found on the server! mayhaps you misspelt the url? (it happens to the best of us)

+ {% endif %} +
+{% endblock %} -- cgit v1.2.3