about summary refs log tree commit diff stats
path: root/themes/bear/templates/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/bear/templates/404.html')
-rw-r--r--themes/bear/templates/404.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/themes/bear/templates/404.html b/themes/bear/templates/404.html
deleted file mode 100644
index 15fd75c..0000000
--- a/themes/bear/templates/404.html
+++ /dev/null
@@ -1,8 +0,0 @@
-{% extends "base.html" %}
-
-{% block title %}404{% endblock %}
-
-{% block main %}
-  <h1>404</h1>
-  <h2>ʕノ•ᴥ•ʔノ ︵ ┻━┻</h2>
-{% endblock %}