aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/src/templates/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/templates/404.html')
-rw-r--r--docs/src/templates/404.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/src/templates/404.html b/docs/src/templates/404.html
new file mode 100644
index 00000000..ae765c44
--- /dev/null
+++ b/docs/src/templates/404.html
@@ -0,0 +1,7 @@
+{#-
+ This file was automatically generated - do not edit
+-#}
+{% extends "main.html" %}
+{% block content %}
+ <h1>404 - Not found</h1>
+{% endblock %}