404: add page

This commit is contained in:
Agahnim 2026-03-19 18:10:05 +01:00
parent b7b866834b
commit db3c7657a3
Signed by: Agahnim
SSH key fingerprint: SHA256:Zj65PJnE0dRYye8Ltk/qDglynyXUxJngQ9qqx/VI+b4
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 %}