-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
48 lines (48 loc) · 1.36 KB
/
404.html
File metadata and controls
48 lines (48 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="fr">
<head>
<meta name="viewport" content="width=device-width">
<meta HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<link rel="stylesheet" href="404.css">
<meta charset="UTF-8">
<title>Erreur 404</title>
</head>
<header>
<div id="navbar">
<p><a href="#">Menu1</a></p>
<p><a href="#">Menu2</a></p>
<p><a href="#">Menu3</a></p>
</div>
</header>
<body>
<article>
<div id="first_of_all">
<div class="middle_content">
<h1>ERREUR 404</h1>
<h1 class="go_away">PARTEZ</h1>
<h3>La page que vous recherchez ne semble pas exister</h3>
<p class="redirect">Cliquez ici pour être redirigé</p>
<div class="diable">
<a href="accueil.html"><img src="diable.png" alt="Diable"></a>
</div>
</div>
</div>
</article>
</body>
<footer>
<div id="last_content">
<div class="network">
<a href="https://www.facebook.com/"><img src="facebook.png" alt="Logo Facebook"></a>
<a href="https://www.instagram.com/"><img src="instagram.png" alt="Logo Facebook"></a>
<a href="https://www.twitter.com/"><img src="twitter.png" alt="Logo Facebook"></a>
</div>
<div class="link">
<ul>
<li><a href="#">Lien1</a></li>
<li><a href="#">Lien2</a></li>
<li><a href="#">Lien3</a></li>
</ul>
</div>
</div>
</footer>
</html>