-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (36 loc) · 1.21 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Trabalho 1</title>
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<div id="topo">
<img src="img/2019-07-26-TAG-DQ.png" align-items="center" height="350px" width="100%" style="border: rgb(97, 97, 97) solid 2px;">
<div id="nav">
<ul>
<li><a class="active" href="">Home</a></li>
<li><a href="Site 2">Conquistas</a></li>
<li><a href="https://www.ea.com/pt-br/games/fifa/news/fifa-20-pre-order-offers" target="_blank">Comprar Jogo</a></li>
</ul>
</div>
<section>
<div class="container">
</br>
</br>
<div class="tt">Bem vindo ao meu mundo,</br>
Fifa é algo que mudou a minha vida e hoje é uma meta,</br>
vou falar um pouco da minha história.</br>
Explore o site e #Descubra.
</div>
</br>
</br>
<div class="iframe">
<iframe src="https://www.youtube.com/embed/vgQNOIhRsV4" width="800" height="520" frameborder="0"></iframe>
</div>
</div>
</section>
</div>
</body>
</html>