aboutsummaryrefslogtreecommitdiff
path: root/templates/404.html
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2024-07-27 08:00:00 +0800
committerRunxi Yu <me@runxiyu.org>2024-07-27 08:00:00 +0800
commit7386392b8cd08e73e4f5fa6080e8f4fcf20831f6 (patch)
tree73330ee296f398b7720312a942bc9d524ece9857 /templates/404.html
parenttemplates/file.html: Remove line numbers (diff)
downloadlegitrx-7386392b8cd08e73e4f5fa6080e8f4fcf20831f6.tar.gz
legitrx-7386392b8cd08e73e4f5fa6080e8f4fcf20831f6.tar.zst
legitrx-7386392b8cd08e73e4f5fa6080e8f4fcf20831f6.zip
Some more HTML sanities
Diffstat (limited to 'templates/404.html')
-rw-r--r--templates/404.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/404.html b/templates/404.html
index dd8c813..3a68101 100644
--- a/templates/404.html
+++ b/templates/404.html
@@ -4,10 +4,10 @@
<title>404 Not Found</title>
{{ template "head" . }}
<body>
- {{ template "nav" . }}
- <main>
- <h1>404 Not Found</h1>
- </main>
+ {{ template "nav" . }}
+ <main>
+ <h1>404 Not Found</h1>
+ </main>
</body>
</html>
{{ end }}