typo/layouts/404.html
2024-05-11 22:13:47 +02:00

12 lines
174 B
HTML

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