404: make page responsive and make partial system for it

This commit is contained in:
Agahnim 2026-03-20 16:15:07 +01:00
parent 401c2b738d
commit 6e0e250a7c
Signed by: Agahnim
SSH key fingerprint: SHA256:Zj65PJnE0dRYye8Ltk/qDglynyXUxJngQ9qqx/VI+b4
4 changed files with 40 additions and 9 deletions

View file

@ -2,8 +2,5 @@
{% block content %}
<katcenkat>
<img src="/static/assets/images/notfound.webp" />
<img src="/static/assets/images/leuf.webp" />
</katcenkat>
{% include "partials/notfound.html" %}
{% endblock %}