website/layouts/404.html

8 lines
242 B
HTML
Raw Permalink Normal View History

2022-12-10 10:37:36 +00:00
{{ define "main" }}
2023-10-23 17:56:35 +00:00
<main class="page-container">
<h1>Page non trouvé, mais continuez à chercher !</h1>
<p>La page a peut être été renommé, supprimé, l'URL est peut-être incorrecte. 🔍</p>
</main>
2022-12-10 10:37:36 +00:00
{{ end }}