404: add page

This commit is contained in:
Agahnim 2026-03-19 18:10:05 +01:00
parent 779c751499
commit 779f42daf7
6 changed files with 43 additions and 2 deletions

9
templates/notfound.html Normal file
View file

@ -0,0 +1,9 @@
{% extends "base.html" %}
{% block content %}
<katcenkat>
<img src="/static/assets/images/notfound.webp" />
<img src="/static/assets/images/leuf.webp" />
</katcenkat>
{% endblock %}