diff options
Diffstat (limited to 'templates/404.html')
| -rw-r--r-- | templates/404.html | 10 |
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 %} |
