-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
56 lines (53 loc) · 1.94 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/404.css">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/nav.css">
<link rel="stylesheet" href="css/footer.css">
<link rel="stylesheet" href="css/global.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fredoka&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="images/1.1.svg" type="image/jpg">
<title>Marilou - Oups !</title>
</head>
<body>
<header>
<nav class="nav sticky burger">
<ul>
<div id="nav__logo">
</div>
<div id="nav__links">
</div>
</ul>
</nav>
</header>
<body>
<section class="container">
<h1 class="title">404 ! </h1>
<img src="./images/dog404.PNG" alt="picture of a dog" class="image">
<h2 class="subtitle">Oups ! Vous vous êtes perdus ? Cliquez <a href="index.html">ici</a> pour revenir au menu</h2>
</section>
</body>
<footer>
<section id="footer__content" class="flex">
<div id="footer__content__medias" class="flex">
</div>
<div id="footer__content__linktoPages" class="flex">
</div>
<div id="footer__content__infos">
</div>
</section>
<!-- <section id="footer__copyrights">
</section> -->
</footer>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script src="js/nav.js"></script>
<script src="js/footer.js"></script>
</body>
</html>