-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
19 lines (18 loc) · 876 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang=fr>
<head>
<title>Erreur 404</title>
<style>
.center {
display: block;
margin-left: auto;
margin-right: auto;
}
</style>
</head>
<body>
<h1 style="text-align: center;">Mince ! Une erreur 404 sauvage apparaît !</h1>
<img src="https://sombrabsol.github.io/images/Absol_404.png" alt="404" class="center">
<p style="text-align: center;">Désolé. Malheureusement, la page que vous souhaitez consulter n'existe pas. Vous avez dû suivre un mauvais lien ou mal saisi l'URL.<br/><br/>
Pourquoi ne pas vérifier sur la <a href="..">page d'accueil</a> du site ? Vous trouverez probablement ce que vous cherchez.<br/><br/>
Votre page reste étrangement introuvable ? Un lien est brisé ? Signalez-le <a href="https://github.com/SombrAbsol/SombrAbsol.github.io/issues">ici</a>.</p>