typo/layouts/404.html
2024-04-22 18:15:45 +02:00

12 lines
186 B
HTML

{{ define "main" }}
<div class="not-found">
<div>
<h1> 404 </h1>
<p> You shouldn't be here, click on the header to return to home </p>
</div>
</div>
{{ end }}