sillon-fictionnel/themes/writeonly/layouts/404.html

16 lines
412 B
HTML

{{ define "main" }}
<main class="container py-5 flex-grow-1">
<div class="row justify-content-center">
<div class="col-12 mw-md mh-100">
<div class="py-4">
<!-- Header -->
<div class="py-2">
<h1 class="display-1 text-center text-uppercase fw-bold text-primary">
Page Not Found...
</h1>
</div>
</div>
</div>
</div>
</main>
{{ end }}