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

17 lines
412 B
HTML
Raw Normal View History

2024-01-28 13:23:24 +00:00
{{ 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 }}