-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (41 loc) · 1.79 KB
/
Copy pathindex.html
File metadata and controls
59 lines (41 loc) · 1.79 KB
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
56
57
58
59
<!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>Froid</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1 id="p">Froid</h1>
<p id="p1" >Renato Alves Menezes Barreto mais conhecido pelo seu nome artístico Froid <br> é um rapper nascido em Belo Horizonte no ano de 1993. <br>
Atualmente, Froid mora em Brasília principalmente após o nascimento de seu filho</p>
<hr>
<p id="p1"> <strong>Nascimento:</strong> 1 de setembro de 1993 (idade 28 anos) <br>
<strong>Nome completo:</strong> Renato Alves Menezes Barreto <br>
<strong>Gravadora(s)</strong>: Novo Egito, UBR Records, alaska <br>
<strong>Gênero(s):</strong> Rap, Hip-Hop, Freestyle rap</p>
<hr>
<img src="https://images.genius.com/c0ca0f84d01ae59671073d5ccde2399b.1000x1000x1.jpg" alt="" id="img">
<h1 id="sea">Singles e Álbuns</h1>
<a id="links" rel="external" target="_blank" href="https://www.youtube.com/watch?v=VMnu8UgTQkg&ab_channel=Froid">
<p>
Froid ft Cynthia Luz - Lamentável pt3
</p>
</a>
<a id="links" rel="external" target="_blank" href="https://www.youtube.com/watch?v=B5hsa_IMTXc&ab_channel=UmBarrildeRap">
<p>
Froid - Pseudocial
</p>
</a>
<a id="links" rel="external" target="_blank" href="https://www.youtube.com/watch?v=3F2x30dB42M">
<p>
Froid - O Pior Disco do Ano (Álbum)
</p>
</a>
<br><br>
<div id="hor1">a</div> <div id="hor">h</div>
<script src="script.js"></script>
</body>
</html>