bellaskeys.com/themes/agnes-hugo-theme/layouts/404.html

7 lines
272 B
HTML
Raw Normal View History

2024-02-20 16:06:04 -05:00
{{ 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 }}