bellaskeys.com/themes/agnes-hugo-theme/layouts/404.html
2024-02-29 19:29:42 -05:00

12 lines
318 B
HTML

{{ define "main" }}
<main id="main">
<div style="padding: 50px; text-align:center;">
<h3 id="title">
Sorry we could not find what you were looking for.<br /><a
href="{{ "" | relURL }}"
><i>Click here for the home page</i></a
>
</h3>
</div>
</main>
{{ end }}