Fix 404 page to use h1 tag

This commit is contained in:
Will Faught
2022-09-08 00:08:45 -07:00
parent a99cc0d350
commit af5961713b

View File

@@ -1,3 +1,3 @@
{{ define "main" -}}
<p class="display-5 fw-bold text-center">Not found</p>
<h1 class="display-5 fw-bold text-center">Not found</h1>
{{- end }}