diff options
Diffstat (limited to 'ctrack/templates/404.html')
-rw-r--r-- | ctrack/templates/404.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ctrack/templates/404.html b/ctrack/templates/404.html new file mode 100644 index 0000000..98327cd --- /dev/null +++ b/ctrack/templates/404.html @@ -0,0 +1,9 @@ +{% extends "base.html" %} + +{% block title %}Page not found{% endblock %} + +{% block content %} +<h1>Page not found</h1> + +<p>This is not the page you were looking for.</p> +{% endblock content %} |