aboutsummaryrefslogtreecommitdiffstats
path: root/theme/templates/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'theme/templates/404.html')
-rw-r--r--theme/templates/404.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/theme/templates/404.html b/theme/templates/404.html
new file mode 100644
index 0000000..e1f116e
--- /dev/null
+++ b/theme/templates/404.html
@@ -0,0 +1,3 @@
+{% extends "base.html"%}
+{% block title %}For oh four{% endblock %}
+{% block content %}Whoopsie!{% endblock %}