riq0h.jp/themes/qiss/layouts/404.html
2023-08-21 10:07:01 +09:00

13 lines
No EOL
364 B
HTML

{{ partial "header" . }}
<section class="hero is-fullheight">
<div class="hero-body">
<div class="container has-text-centered">
<h1 class="title notfound">404</h1>
<h2 class="subtitle is-4">
Page not found
</h2>
<a class="button" href="{{ .Site.BaseURL }}">Home Page</a>
</div>
</div>
</section>
{{ partial "footer" . }}