summaryrefslogtreecommitdiff
path: root/packages/blog/templates/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'packages/blog/templates/404.html')
-rw-r--r--packages/blog/templates/404.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/packages/blog/templates/404.html b/packages/blog/templates/404.html
deleted file mode 100644
index a4669df..0000000
--- a/packages/blog/templates/404.html
+++ /dev/null
@@ -1,9 +0,0 @@
-{% extends "base.html" %}
-
-{% block content %}
-<head>
- <title>Error 404!</title>
-</head>
-
-404!
-{% endblock content %}