From 336fd3f7566c7872c17b30f7cd150e1d16899205 Mon Sep 17 00:00:00 2001 From: sptaule Date: Mon, 24 Jan 2022 18:36:50 +0100 Subject: First commit --- templates/404.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 templates/404.html (limited to 'templates/404.html') diff --git a/templates/404.html b/templates/404.html new file mode 100755 index 0000000..7885942 --- /dev/null +++ b/templates/404.html @@ -0,0 +1,22 @@ +{% extends 'base.html' %} + + +{% block content %} +
+
+
+
+

+ HTTP 404 +

+

+ What a shame!
The page you are looking for does not exist. +

+ + Go back to homepage +

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