mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-05-15 23:41:28 +01:00
[FEAT] Add 404 page
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user