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 %}