summaryrefslogtreecommitdiffstats
path: root/templates/404.html
diff options
context:
space:
mode:
authorDennis Eriksen <d@ennis.no>2023-01-20 12:06:49 +0100
committerDennis Eriksen <d@ennis.no>2023-01-20 12:06:49 +0100
commitd1d65c94b888c2959c9da799e4329161ede449ea (patch)
tree7551a0488ebd56d337a5bf22d7b5ec21a0a4a4e2 /templates/404.html
parentrelative links on front page (diff)
downloadrikerz-d1d65c94b888c2959c9da799e4329161ede449ea.tar.gz
Made Riker into a Zola-theme - Rikerz
Diffstat (limited to 'templates/404.html')
-rw-r--r--templates/404.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/404.html b/templates/404.html
new file mode 100644
index 0000000..02d0a66
--- /dev/null
+++ b/templates/404.html
@@ -0,0 +1,8 @@
+{% extends "index.html" %}
+
+{% block content %}
+ <article>
+ <center><h1>404</h1></center>
+ <center><p>Page not found, dude.</p></center>
+ </article>
+{% endblock content %}