-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (34 loc) · 1.1 KB
/
index.html
File metadata and controls
39 lines (34 loc) · 1.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<div class="navbar">
<ul>
<li><a href="#home">Accueil</a></li>
<li><a href="#collection">Collection</a></li>
<li><a href="#history">Histoire de Pokémon</a></li>
<li><a href="#games">Jeux Vidéo</a></li>
<li><a href="#anime">Dessins Animé</a></li>
<li><a href="#account">Mon Compte</a></li>
<li><a href="#account">Mon Compte</a></li>
</ul>
</div>
<div class="wrapper">
<div class="image-wrapper">
<img id="image" alt="">
</div>
<div class="header">
<div class="number" id="number"></div>
<div class="name" id="name"></div>
</div>
<button id="button">Get other pokemon</button>
</div>
<script src="app.js"></script>
</body>
</html>
<!-- https://www.youtube.com/watch?v=fm1xxyBkerc&t=723s -->