404 and style change a bit

This commit is contained in:
Jordan
2026-06-25 09:09:03 +12:00
parent 4d704e05dd
commit 530a5a6f5b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{% extends 'base.html' %}
{% block content %}
<h1>Oops! Page Not Found (404)</h1>
<h1>oops</h1>
<p>The page you are looking for does not exist.</p>
<p>Return to home page by click the home button on the top left of this page</p>
{% endblock %}