diff options
Diffstat (limited to 'project/templates/404.html')
-rw-r--r-- | project/templates/404.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/project/templates/404.html b/project/templates/404.html new file mode 100644 index 0000000..1a450f4 --- /dev/null +++ b/project/templates/404.html @@ -0,0 +1,11 @@ +{% extends "base.html" %} + +{% block title %}404 Page Not Found{% endblock %} + +{% block content %} + +<h1>404 Page Not Found</h1> + +<p>Are you sure you have the correct URL?</p> + +{% endblock content %} |