rimarima/themes/hugo-liftoff/layouts/404.html
Adrian Amaglio c09f092db4 init
2023-11-17 10:54:41 +01:00

9 lines
272 B
HTML

{{ define "main" }}
<article class="error-404 container">
<div>
<h1>Page Not Found!</h1>
<p>The page you requested could not be found.</p>
<a class="btn-secondary" href="{{ "/" | relURL }}">&lsaquo; Return Home</a>
</div>
</article>
{{ end }}