-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (44 loc) · 1.76 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Músicas a Capela Traduzidas</title>
<link rel="stylesheet" href="/Assets/style_mosaico.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap"
rel="stylesheet">
</head>
<body>
<div class="title">
<h1>Músicas a Capela Traduzidas🎵</h1>
</div>
<section class="mosaico-musicas">
<div class="musica">
<a href="pages/song1.html" target="_blank">
<img src="https://i.ytimg.com/vi/PaSjJ2GY1HI/maxresdefault.jpg" alt="Título da Música 1">
<h3>Beatiful Thins - Benson Boone 🎉</h3>
</a>
</div>
<div class="musica">
<a href="pages/song2.html" target="_blank">
<img src="https://i.ytimg.com/vi/FeFFyYgs-vo/maxresdefault.jpg" alt="Título da Música 2">
<h3>Flowers - Miley Cyrus 💐</h3>
</a>
</div>
<div class="musica">
<a href="pages/song3.html" target="_blank">
<img src="https://i.ytimg.com/vi/ogbj9nXEYhw/maxresdefault.jpg" alt="Título da Música 3">
<h3>Billionare - Bruno Mars 💸</h3>
</a>
</div>
<div class="musica">
<a href="pages/song4.html" target="_blank">
<img src="https://i.ytimg.com/vi/nIicRydGZeA/maxresdefault.jpg" alt="Título da Música 4">
<h3>Illusion - Dua Lipa 🃏</h3>
</a>
</div>
</section>
</body>
</html>