aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/material/templates/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'material/templates/404.html')
-rw-r--r--material/templates/404.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/material/templates/404.html b/material/templates/404.html
new file mode 100644
index 00000000..ae765c44
--- /dev/null
+++ b/material/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 %}