Fix 404 page to use h1 tag
parent
a99cc0d350
commit
af5961713b
@ -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 }}
|
||||
|
Loading…
Reference in New Issue