lestoitsduval/layouts/404.html

7 lines
171 B
HTML
Raw Normal View History

2022-11-28 22:04:12 +01:00
{{ define "main"}}
<div class="container small">
<h1 id="title">Page non trouvé</h1>
<a href="{{ "" | relURL }}">Revenir sur la page d'accueil</a>
</div>
{{ end }}