-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (30 loc) · 1.03 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="card.css">
</head>
<body>
<div id="search-box">
<input id="search" type="text" placeholder="Name or #ID">
<div class="menu hidden-menu"></div>
<button class="button-search">Search</button>
<div class="box-link button">
<a href="./comparison/index.html">Comparar? 🔗</a>
</div>
</div>
<div class="box-main">
<div class="box-filter">
</div>
<div class="box">
</div>
</div>
<button id="gerar"><img class="image-button" src="https://cdn.pixabay.com/photo/2016/07/23/13/18/pokemon-1536849_960_720.png" alt="">Carregar</button>
<script src="./menu-pokedex.js"></script>
<script src="./script.js"></script>
<!--<script src="box-filter.js"></script>-->
</body>
</html>