github.io/layouts/404.html

10 lines
187 B
HTML

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