-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (24 loc) · 856 Bytes
/
index.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
25
26
27
28
29
<!DOCTYPE html>
<html>
<head>
<title>Erreur 404</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
</head>
<body>
<h2>Oops</h2>
<h1>404</h1>
<a href="https://github.com/MeloScav"><img id="lienCochon" src="cochon.png" alt="cochon"/></a>
<p id="return"><a href="https://github.com/MeloScav">Return GitHub</a></p>
<div id="detec">
<img id="cochonBlagues" src="cochonA.png" alt="image cochon"/>
<p id="blagues">You want to see jokes?</p>
</div>
<div id="ImageS">
<img src="BlagueC.jpg" alt="Balgue Chuck"/>
<img src="BlagueM.jpg" alt="Blague Mario"/>
<img class="BlagueSurvol" src="BlagueN1.jpg" alt="Blague Ninja"/>
</div>
</body>
</html>