-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
24 lines (17 loc) · 865 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="fr">
<head>
<title>Profjahier-404</title>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="https://profjahier.github.io/css/style.css" />
</head>
<body>
<h1>Fichtre 404 : la fameuse !</h1>
<nav><a href="https://profjahier.github.io/index.html"><img src="https://profjahier.github.io/img/sortie.png" alt="Menu profjahier" height="30"></a></nav>
<h2>Désolé, une erreur est si vite arrivée...</h2>
<p>Pour plus de renseignements, <a href="mailto:[email protected]">contactez-moi</a> !
</p>
<h2>Vous êtes curieux ? Vous avez soif d'apprendre ? </h2>
<p>C'est peut-être l'occasion d'aller visiter <a href="https://fr.wikipedia.org/wiki/Erreur_HTTP_404" target="_blank">la page Wikipedia qui traite de cette erreur HTTP 404</a>...</p>
</body>
</html>