Blog/layouts/404.html
Vezpi f56b2f3de4
All checks were successful
Deploy / Deploy (push) Successful in 4s
Improvment for SEO
2025-05-22 22:19:43 +00:00

7 lines
213 B
HTML

{{- 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 }}