[FEAT] Add 404 page

This commit is contained in:
2023-02-24 19:44:33 +00:00
parent bcb2b1bc20
commit 11a6f8d8f1

View File

@@ -0,0 +1,7 @@
{% extends 'base.html' %}
{% block content %}
<h2>Error 404: Page not Found</h2>
<p>Sorry, we can't find that page. Click <a href="{% url 'index' %}">here</a> to go home.</p>
{% endblock content %}