404: make page responsive and make partial system for it
This commit is contained in:
parent
fbfa39399f
commit
55ac79f702
4 changed files with 40 additions and 9 deletions
|
|
@ -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 %}
|
||||
4
templates/partials/notfound.html
Normal file
4
templates/partials/notfound.html
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<katcenkat>
|
||||
<img src="/static/assets/images/notfound.webp" />
|
||||
<img src="/static/assets/images/leuf.webp" />
|
||||
</katcenkat>
|
||||
Loading…
Add table
Add a link
Reference in a new issue