summaryrefslogtreecommitdiffstats
path: root/theme/mkdocs_windmill/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'theme/mkdocs_windmill/404.html')
-rw-r--r--theme/mkdocs_windmill/404.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/theme/mkdocs_windmill/404.html b/theme/mkdocs_windmill/404.html
new file mode 100644
index 0000000..1a601d1
--- /dev/null
+++ b/theme/mkdocs_windmill/404.html
@@ -0,0 +1,8 @@
+{% extends "base.html" %}
+
+{% block content %}
+
+ <h2 style="text-align: center">404</h2>
+ <h1 style="text-align: center">Page not found</h1>
+
+{% endblock %}