aboutsummaryrefslogtreecommitdiffhomepage
path: root/apioforum/templates/err/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'apioforum/templates/err/404.html')
-rw-r--r--apioforum/templates/err/404.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/apioforum/templates/err/404.html b/apioforum/templates/err/404.html
new file mode 100644
index 0000000..5b0030e
--- /dev/null
+++ b/apioforum/templates/err/404.html
@@ -0,0 +1,8 @@
+{% extends 'base.html' %}
+{% block header %}
+<h1>{% block title %}404 not found{% endblock %}</h1>
+{% endblock %}
+
+{% block content %}
+<p>the requested url was not found on the server. if you entered the url manually please check your spelling and try again</p>
+{% endblock %}