diff --git a/breccia_mapper/templates/404.html b/breccia_mapper/templates/404.html new file mode 100644 index 0000000..17ba7e1 --- /dev/null +++ b/breccia_mapper/templates/404.html @@ -0,0 +1,7 @@ +{% extends 'base.html' %} + +{% block content %} +

Error 404: Page not Found

+ +

Sorry, we can't find that page. Click here to go home.

+{% endblock content %} \ No newline at end of file