summaryrefslogtreecommitdiffstats
path: root/templates/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/404.html')
-rw-r--r--templates/404.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/404.html b/templates/404.html
index 931ea9b..8c40cd1 100644
--- a/templates/404.html
+++ b/templates/404.html
@@ -3,7 +3,11 @@
<title>404</title>
{{ template "head" . }}
<body>
- 404 &mdash; nothing like that here
+ {{ template "nav" . }}
+ <main>
+ <h3>404 &mdash; nothing like that here.</h3>
+ </main>
</body>
+
</html>
{{ end }}