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 44a6d0b2d0
commit 16489fab33
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 %}