-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (26 loc) · 885 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 lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" type="text/css" href="./assets/css/style.min.css">
<link rel="shortcut icon" href="./assets/img/favicon.ico" type="image/x-icon">
<title>404 Page</title>
</head>
<body>
<!-- Main -->
<main>
<!-- Image -->
<img src="./assets/img/404.webp" alt="Animation 404" class="gif">
<!-- Titre de la page -->
<h1>Ici n'est pas la page que tu cherches.</h1>
<!-- Bouton retour GitHub -->
<p>
<a href="https://github.com/MaximLopez" target="_blank" rel="noopener noreferrer">Retour</a>
</p>
</main>
<!-- Main-Fin -->
</body>
</html>
<!-- Page web réalisé par Maxim Lopez -->