summaryrefslogtreecommitdiff
path: root/templates/404.html
diff options
context:
space:
mode:
authorseth <[email protected]>2024-05-22 22:00:02 -0400
committerseth <[email protected]>2024-05-22 20:45:24 -0600
commit8fd8b7e53d59a034706dd7eaad6b608721ce3cdb (patch)
tree2ce7e4a8b7eafc9d8550a54aa6d4f34d678d76f5 /templates/404.html
parent329bf8a3384474cfe45ecae142dfb7d97b699aa2 (diff)
move to zola
Diffstat (limited to 'templates/404.html')
-rw-r--r--templates/404.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/404.html b/templates/404.html
new file mode 100644
index 0000000..39f9d4d
--- /dev/null
+++ b/templates/404.html
@@ -0,0 +1,10 @@
+{% extends "base.html" %}
+
+{% block title %}404!{% endblock title %}
+{% block description %}Can I get you some tapwater?{% endblock description %}
+
+{% block content %}
+<h1>404 :(</h1>
+
+<img src="{{ get_url(path='/imgs/tapwater.png') }}" alt="Can I get you some tapwater?" loading="lazy" decoding="async">
+{% endblock content %}