Files
math-website/templates/404.html
T
2026-06-25 09:09:03 +12:00

6 lines
207 B
HTML

{% extends 'base.html' %}
{% block content %}
<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 %}