diff options
Diffstat (limited to 'material/templates/404.html')
| -rw-r--r-- | material/templates/404.html | 7 |
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 %} |
