summaryrefslogtreecommitdiff
path: root/templates/404.html
diff options
context:
space:
mode:
authorseth <[email protected]>2024-07-19 21:10:35 -0400
committerseth <[email protected]>2024-07-19 21:10:35 -0400
commit86efdd0afb6219298ee7625e73dc1cb6004b7ca4 (patch)
treee537d4a2f5cb59864eed1a60b7278b221006d230 /templates/404.html
parent531455110155d3c86de2aff091f36ebddcb27fa5 (diff)
split up templates
Diffstat (limited to 'templates/404.html')
-rw-r--r--templates/404.html17
1 files changed, 7 insertions, 10 deletions
diff --git a/templates/404.html b/templates/404.html
index e0d1ed7..f391896 100644
--- a/templates/404.html
+++ b/templates/404.html
@@ -1,15 +1,12 @@
{% extends "base.html" %}
-{% block title %}404!{% endblock title %}
-{% block description %}Can I get you some tapwater?{% endblock description %}
-
{% block content %}
-<h1>404 :(</h1>
+ <h1>404 :(</h1>
-<img
- src="/imgs/tapwater.png"
- alt="Can I get you some tapwater?"
- loading="lazy"
- decoding="async"
->
+ <img
+ src="/imgs/tapwater.png"
+ alt="Can I get you some tapwater?"
+ loading="lazy"
+ decoding="async"
+ >
{% endblock content %}