aboutsummaryrefslogtreecommitdiff
path: root/glifestream/templates/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'glifestream/templates/404.html')
-rw-r--r--glifestream/templates/404.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/glifestream/templates/404.html b/glifestream/templates/404.html
new file mode 100644
index 0000000..8fa0c77
--- /dev/null
+++ b/glifestream/templates/404.html
@@ -0,0 +1,5 @@
+{% extends "base.html" %}
+
+{% block main %}
+<p class="http-error">Error 404: Page not found.</p>
+{% endblock main %}

Return to:

Send suggestions and report system problems to the System administrator.