theme/layouts/404.html

13 lines
230 B
HTML
Raw Normal View History

2019-02-02 16:17:50 +00:00
{{ 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>