diff options
author | polo-pc-greta <ordipolo@gmx.fr> | 2025-03-27 10:13:03 +0100 |
---|---|---|
committer | polo-pc-greta <ordipolo@gmx.fr> | 2025-03-27 10:13:03 +0100 |
commit | df3612ed7e6691530503f79483d2fdbc032d01b8 (patch) | |
tree | 56d1c68fdc8625f5dad1937a654299d45142c79a /public/erreur404.html | |
download | cms-df3612ed7e6691530503f79483d2fdbc032d01b8.zip |
mise en ligne github
Diffstat (limited to 'public/erreur404.html')
-rw-r--r-- | public/erreur404.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/public/erreur404.html b/public/erreur404.html new file mode 100644 index 0000000..3dcd6ed --- /dev/null +++ b/public/erreur404.html | |||
@@ -0,0 +1,13 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <html lang="fr"> | ||
3 | <head> | ||
4 | <meta charset="utf-8"> | ||
5 | <title>erreur 404</title> | ||
6 | </head> | ||
7 | <body> | ||
8 | <h1>404 - page non trouvée</h1> | ||
9 | <p>Le lien que vous avez utilisé ne mène nulle part.<br> | ||
10 | <a href="/">Revenez à la page d'accueil</a> et utilisez le menu, vous devriez trouvez votre route.</p> | ||
11 | <img style="max-width: 800px;" src="assets/perdu.jpg"> | ||
12 | </body> | ||
13 | </html> \ No newline at end of file | ||