-
Notifications
You must be signed in to change notification settings - Fork 0
/
musica.html
46 lines (37 loc) · 2.65 KB
/
musica.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
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<title>Escute músicas em inglês - Prepare-se</title>
<link rel="stylesheet" href="recet.css">
<link rel="stylesheet" href="musica.css">
</head>
<body>
<header>
<div class="caixa">
<h1>Escute músicas em inglês</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="prepare-se.html">Prepare-se</a></li>
<li><a href="destinos.html">Destinos</a></li>
</ul>
</nav>
</div>
</header>
<h2>Músicas que recomendo:</h2>
<div class="musicas">
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/track/4N5s8lPTsjI9EGP7K4SXzB?utm_source=generator" width="50%" height="352" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
<br>
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/track/6TvxPS4fj4LUdjw2es4g21?utm_source=generator" width="50%" height="352" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
<br>
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/track/3AJwUDP919kvQ9QcozQPxg?utm_source=generator" width="50%" height="352" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
</div>
<h2>Artistas</h2>
<div class="artistas">
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/artist/0LcJLqbBmaGUft1e9Mm8HV?utm_source=generator" width="50%" height="352" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
<br>
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/artist/4gzpq5DPGxSnKTe4SA8HAU?utm_source=generator" width="50%" height="352" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
<br>
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/artist/6eUKZXaKkcviH0Ku9w2n3V?utm_source=generator" width="50%" height="352" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
</div>
</body>