diff options
author | Alan Pearce | 2023-04-18 14:53:30 +0200 |
---|---|---|
committer | Alan Pearce | 2023-04-18 14:53:30 +0200 |
commit | c78a3f2301caa3dc4c03d3b2a75f4f003e5863d0 (patch) | |
tree | 988cee910507c521d83080cc36a7c2e1665451ef /templates/404.html | |
parent | 4df500c33f3d3ba7b9387a2bc0447850a04d15c8 (diff) | |
download | website-c78a3f2301caa3dc4c03d3b2a75f4f003e5863d0.tar.lz website-c78a3f2301caa3dc4c03d3b2a75f4f003e5863d0.tar.zst website-c78a3f2301caa3dc4c03d3b2a75f4f003e5863d0.zip |
Reformat templates
Diffstat (limited to 'templates/404.html')
-rw-r--r-- | templates/404.html | 4 |
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 %} |