update 404 page

This commit is contained in:
CherryKitten 2024-06-07 13:25:40 +02:00
parent c3e8ed233f
commit 70f36b7dad
Signed by: sammy
GPG key ID: 98D8F75FB0658276

View file

@ -10,7 +10,7 @@
{% block content %}
<div class="post">
<h1 class="post-title">{% block heading %}Lost?{% endblock heading %}</h1>
<p>{% block message %}This page does not exist.{% endblock message %}</p>
<h1 class="post-title">{% block heading %}Nya?{% endblock heading %}</h1>
<p>{% block message %}Oh no, This page does not exist. :({% endblock message %}</p>
</div>
{% endblock content %}