typo/layouts/404.html

13 lines
175 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 }}