This repository has been archived on 2024-07-02. You can view files and clone it, but cannot push or open issues or pull requests.
theme/layouts/404.html
2019-02-02 17:17:50 +01:00

13 lines
230 B
HTML

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