Capitalize word

This commit is contained in:
Will Faught
2022-09-08 01:52:27 -07:00
parent 7ceef985bc
commit 353d6194de

View File

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