aboutsummaryrefslogtreecommitdiff
path: root/templates/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/404.html')
-rw-r--r--templates/404.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/404.html b/templates/404.html
index c461c21..a80b6e1 100644
--- a/templates/404.html
+++ b/templates/404.html
@@ -6,7 +6,7 @@
<body>
{{ template "nav" . }}
<main>
- <h3>404 Not Found</h3>
+ <h1>404 Not Found</h1>
{{ template "foot" . }}
</main>
</body>