summaryrefslogtreecommitdiff
path: root/jthanio/templates/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'jthanio/templates/404.html')
-rw-r--r--jthanio/templates/404.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/jthanio/templates/404.html b/jthanio/templates/404.html
new file mode 100644
index 0000000..3a5500e
--- /dev/null
+++ b/jthanio/templates/404.html
@@ -0,0 +1,9 @@
+{% extends "base.html" %}
+
+{% block body_class %}template-404{% endblock %}
+
+{% block content %}
+ <h1>Page not found</h1>
+
+ <h2>Sorry, this page could not be found.</h2>
+{% endblock %}