-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (33 loc) · 1.08 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./assets/css/style.css">
<title>Pokedex - Descubra todas as informações sobre os pokémons</title>
</head>
<body>
<header>
<div>
<div class="logo">
<img src="./assets/img/pokeballLogo.svg" alt="Pokéball Logo" />
</div>
<div class="darkmode"></div>
</div>
</header>
<main>
<h1>Seja bem-vindo à Pokedex!</h1>
<div>
<div>
<img>
</div>
</div>
</main>
<footer>
<div>
©<time datetime="year" id="copyrightYear"></time> Copyright. Make with ♥ and code by <a href="https://github.com/alessandragiacon" target="_blank">Alessandra Giacon</a>.
</div>
</footer>
<script src="./assets/js/script.js"></script>
</body>
</html>