20 lines
456 B
Markdown
20 lines
456 B
Markdown
---
|
||
layout: layouts/home.njk
|
||
permalink: 404.html
|
||
eleventyExcludeFromCollections: true
|
||
---
|
||
# Cette page n'existe pas !
|
||
|
||
Vous avez fait fausse route ¯\_(ツ)_/¯
|
||
|
||
[Aller à la page d’accueil](/)
|
||
|
||
{#
|
||
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
|
||
#}
|