summaryrefslogtreecommitdiff
path: root/alabaster-lite/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'alabaster-lite/404.html')
-rw-r--r--alabaster-lite/404.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/alabaster-lite/404.html b/alabaster-lite/404.html
new file mode 100644
index 0000000..a1d1269
--- /dev/null
+++ b/alabaster-lite/404.html
@@ -0,0 +1,10 @@
+{% extends "main.html" %}
+
+{% block content %}
+ <h1>Page not found: 404 error</h1>
+
+ <p>
+ There is nothing here.
+ </p>
+
+{% endblock %}