-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (40 loc) · 1.73 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="fr-FR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script defer src="index.js" async></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer">
<link rel="shortcut icon" href="Pokeball-18.png">
<link rel="stylesheet" href="style.css">
<title>PokeGraph Manga</title>
</head>
<body>
<header id="header"></header>
<section class="haut"></section>
<section class="milieu">
<H1>Bienvenue dans le monde des Pokémons !</H1>
<div class="menu">
<div class="pokedex">
<a href="pokedex.html"><img class="image" src="pokedex.png" alt="pokedex"></a>
<div class="texte-menu">
<p>Découvrez le pokedex de la première génération de pokémons !</p>
</div>
</div>
<div class="collection">
<a href="collections.html"><img class="image" src="manga.png" alt="manga"></a>
<div class="texte-menu">
<p>Découvrez toute la collection de mangas Pokémon !</p>
</div>
</div>
<div class="histoire">
<a href="histoire.html"><img class="image" src="histoire.png" alt="logo-histoire"></a>
<div class="texte-menu">
<p>Découvrez la naissance des pokémons !</p>
</div>
</div>
</div>
</section>
<footer id="footer"></footer>
</body>
</html>