portails/layouts/404.html

10 lines
308 B
HTML
Raw Normal View History

2020-04-15 15:48:16 +02:00
{{ define "main" }}
<div class="row justify-content-center">
<div class="col-md-12 col-lg-10 col-xl-8">
<article>
2020-11-04 08:26:58 +01:00
<h1 class="text-center">Page not found :(</h1>
<p class="text-center">The page you are looking for doesn't exist or has been moved.</p>
2020-04-15 15:48:16 +02:00
</article>
</div>
</div>
{{ end }}