Improvment for SEO
All checks were successful
Deploy / Deploy (push) Successful in 4s

This commit is contained in:
2025-05-22 22:19:43 +00:00
parent 1d20596607
commit f56b2f3de4
5 changed files with 51 additions and 1 deletions

7
layouts/404.html Normal file
View File

@@ -0,0 +1,7 @@
{{- define "main" -}}
<div class="FourOhFourCentered">
<h1>404 - Page Not Found</h1>
<p>Looks like the page you're looking for doesn't exist.</p>
<p><a href="/">Go back home</a></p>
</div>
{{- end }}