aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2022-11-10 02:32:36 +0300
committerValentin Popov <valentin@popov.link>2022-11-10 02:32:36 +0300
commitc7beede169f06100a95a82ed7e4e20d49ead5ec1 (patch)
tree715283009d1f912c6f454e41869dae3a77fcc7b8 /templates
parent0cf0e34d352785dfdb8f6d777919e8bedc3dd7fb (diff)
downloadpopov.link-c7beede169f06100a95a82ed7e4e20d49ead5ec1.tar.xz
popov.link-c7beede169f06100a95a82ed7e4e20d49ead5ec1.zip
Added 404 page
Signed-off-by: Valentin Popov <valentin@popov.link>
Diffstat (limited to 'templates')
-rw-r--r--templates/404.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/404.html b/templates/404.html
new file mode 100644
index 0000000..106ed25
--- /dev/null
+++ b/templates/404.html
@@ -0,0 +1,13 @@
+{% extends 'base.html' %}
+
+{% block content %}
+<div style="text-align:center;">
+ <h1>404</h1>
+ <p>Page not found.</p>
+
+ <small>
+ <p>If you see this message, please <a href="mailto:hi@popov.link?subject=I%20found%20a%20broken%20page">let me know</a>.</p>
+ </small>
+</div>
+
+{% endblock content %} \ No newline at end of file