theme/layouts/404.html
kolaente 004ebf016a
Some checks failed
continuous-integration/drone/push Build is failing
feat: make menu working properly again
2022-01-26 22:33:01 +01:00

11 lines
205 B
HTML

{{ partial "header.html" . }}
<section class="hero is-warning is-fullheight">
<div class="hero-body">
<h1 class="title">
Not found
</h1>
<a href="/">Back to home page</a>
</div>
</section>