about summary refs log tree commit diff stats
path: root/templates/404.html
diff options
context:
space:
mode:
authorAlan Pearce2023-04-18 14:53:30 +0200
committerAlan Pearce2023-04-18 14:53:30 +0200
commitc78a3f2301caa3dc4c03d3b2a75f4f003e5863d0 (patch)
tree988cee910507c521d83080cc36a7c2e1665451ef /templates/404.html
parent4df500c33f3d3ba7b9387a2bc0447850a04d15c8 (diff)
downloadwebsite-c78a3f2301caa3dc4c03d3b2a75f4f003e5863d0.tar.lz
website-c78a3f2301caa3dc4c03d3b2a75f4f003e5863d0.tar.zst
website-c78a3f2301caa3dc4c03d3b2a75f4f003e5863d0.zip
Reformat templates
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 %}