mirror of
https://github.com/adulau/sillon-fictionnel.git
synced 2024-11-07 12:06:37 +00:00
17 lines
412 B
HTML
17 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 }}
|