github.io/layouts/404.html
Sivert V. Sæther d21051adde Anotha lil dump
Think I'm finally finished fiddling with the devops stuff and ready to
finally focus on the content! 😁
2022-04-08 00:04:12 +00:00

10 lines
182 B
HTML

{{ define "main" }}
<a href='{{ "/" | relURL }}'>
<article>
<header>
<h1>Ooops 404 Not Found!</h1>
</header>
<p>Click to go to the front page!</p>
</article>
</a>
{{ end }}