-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (35 loc) · 1.37 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
<!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">
<title>Imersão Dev Alura 5ºEdição 💻</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<header>
<h1>Imersão Dev Aluna 5ºEdição</h1>
<nav>
<a href=""><li class="active">Atualizar</li></a>
</nav>
</header>
<main>
<div class="formContainer">
<a href="media/"><button>Calculadora de Média</button></a>
<a href="/temperatura/"><button>Conversor de temperatura</button></a>
<a href="/ConvMoeda/"><button>Conversor de moeda</button></a>
<a href="/Mentalista/"><button>Mentalista</button></a>
<a href="/TorrentFlix/"><button>TorrentFlix</button></a>
<a href="/CDZRanking/"><button>CDZRanking</button></a>
<a href="/CDZTrunfo/"><button>CDZTrunfo</button></a>
<a href="/Portfólio/"><button>Portfólio</button></a>
</div>
</main>
<footer>
<span> by <a class="link" target="_blank" href="https://linktr.ee/guicarbonesi">guicarbonesi</a></span>
</footer>
</div>
</body>
</html>