aboutsummaryrefslogtreecommitdiff
path: root/templates/404.html
diff options
context:
space:
mode:
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 }}