diff options
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 %} |
