-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (41 loc) · 1001 Bytes
/
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
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<title>Barbearia Alura</title>
<link rel="stylesheet" href="aula.css">
</head>
<header>
<div class= "caixa">
<h1> <img id = "logo" src ="logo.jpg"></h1>
<nav>
<ul>
<li><a href="https://google.com"> Game </a></li>
<li><a href="http://google.com"> of </a></li>
<li><a href="http://google.com"> thrones </a> </li>
</ul>
</nav>
</div>
</header>
<main>
<ul class= "produtos">
<li><h2> Jon Snow </h2>
<img id= "banner" src = penso1.jpg>
<p> Bastardo</p>
<p> Triste </p>
<p> Plot twist merda</p>
</li>
<li><h2> Eddard Stark </h2>
<img id= "banner" src = penso2.jpg>
<p> Melhor personagem </p>
<p> Honrado </p>
<p> Morreu por burrice </p>
</li>
<li> <h2> Daenerys Targaryen </h2>
<img id= "banner" src = penso3.jpg>
<p> TIRANA </p>
<p> Hipocrita </p>
<p> Mereceu morrer </p>
</li>
</ul>
</body>