20 lines
445 B
Markdown
20 lines
445 B
Markdown
|
---
|
||
|
layout: layouts/home.njk
|
||
|
permalink: 404.html
|
||
|
eleventyExcludeFromCollections: true
|
||
|
---
|
||
|
# Contenu non trouvé.
|
||
|
|
||
|
Retournez à l'<a href="/">accueil</a> et essayer une autre page.
|
||
|
|
||
|
<!--
|
||
|
|
||
|
Read more: https://www.11ty.dev/docs/quicktips/not-found/
|
||
|
|
||
|
This will work for both GitHub pages and Netlify:
|
||
|
|
||
|
* https://help.github.com/articles/creating-a-custom-404-page-for-your-github-pages-site/
|
||
|
* https://www.netlify.com/docs/redirects/#custom-404
|
||
|
|
||
|
-->
|