hugo-typo/layouts/404.html
2025-03-14 19:03:39 +01:00

12 lines
170 B
HTML

{{ define "main" }}
<div class="not-found">
<div>
<h1> typo? </h1>
<p> Click <a href="/">here</a> to return home </p>
</div>
</div>
{{ end }}