diff options
| author | seth <[email protected]> | 2024-07-19 21:10:35 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-07-19 21:10:35 -0400 |
| commit | 86efdd0afb6219298ee7625e73dc1cb6004b7ca4 (patch) | |
| tree | e537d4a2f5cb59864eed1a60b7278b221006d230 /templates/404.html | |
| parent | 531455110155d3c86de2aff091f36ebddcb27fa5 (diff) | |
split up templates
Diffstat (limited to 'templates/404.html')
| -rw-r--r-- | templates/404.html | 17 |
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 %} |
