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 fbfa39399f
commit 55ac79f702
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 %}

View file

@ -0,0 +1,4 @@
<katcenkat>
<img src="/static/assets/images/notfound.webp" />
<img src="/static/assets/images/leuf.webp" />
</katcenkat>