From 70f36b7dad0836bd9a6c8d6cb9d9d4d37ccc94a1 Mon Sep 17 00:00:00 2001 From: CherryKitten Date: Fri, 7 Jun 2024 13:25:40 +0200 Subject: [PATCH] update 404 page --- templates/404.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/404.html b/templates/404.html index b081fbc..4145c88 100644 --- a/templates/404.html +++ b/templates/404.html @@ -10,7 +10,7 @@ {% block content %}
-

{% block heading %}Lost?{% endblock heading %}

-

{% block message %}This page does not exist.{% endblock message %}

+

{% block heading %}Nya?{% endblock heading %}

+

{% block message %}Oh no, This page does not exist. :({% endblock message %}

{% endblock content %}