bellaskeys.com/themes/bella/layouts/404.html

13 lines
318 B
HTML
Raw Normal View History

2024-02-20 16:06:04 -05:00
{{ define "main" }}
<main id="main">
2024-02-29 19:29:42 -05:00
<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>
2024-02-20 16:06:04 -05:00
</div>
</main>
2024-02-29 19:29:42 -05:00
{{ end }}