about summary refs log tree commit diff stats
path: root/templates/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/404.html')
-rw-r--r--templates/404.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/404.html b/templates/404.html
index bfb6e35..15fd75c 100644
--- a/templates/404.html
+++ b/templates/404.html
@@ -3,6 +3,6 @@
 {% block title %}404{% endblock %}
 
 {% block main %}
-<h1>404</h1>
-<h2>ʕノ•ᴥ•ʔノ ︵ ┻━┻</h2>
+  <h1>404</h1>
+  <h2>ʕノ•ᴥ•ʔノ ︵ ┻━┻</h2>
 {% endblock %}