summaryrefslogtreecommitdiff
path: root/templates/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/404.html')
-rw-r--r--templates/404.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/404.html b/templates/404.html
deleted file mode 100644
index f391896..0000000
--- a/templates/404.html
+++ /dev/null
@@ -1,12 +0,0 @@
-{% extends "base.html" %}
-
-{% block content %}
- <h1>404 :(</h1>
-
- <img
- src="/imgs/tapwater.png"
- alt="Can I get you some tapwater?"
- loading="lazy"
- decoding="async"
- >
-{% endblock content %}