aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat/templates/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'fatcat/templates/404.html')
-rw-r--r--fatcat/templates/404.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/fatcat/templates/404.html b/fatcat/templates/404.html
new file mode 100644
index 00000000..c8fbfeac
--- /dev/null
+++ b/fatcat/templates/404.html
@@ -0,0 +1,6 @@
+{% extends "base.html" %}
+{% block body %}
+
+<h1>404: Not Found</h1>
+
+{% endblock %}