Skip to content

Commit

Permalink
Create musica.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sibellyvih authored Mar 11, 2024
1 parent 635220f commit e67f221
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions musica.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,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>

0 comments on commit e67f221

Please sign in to comment.