-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplaylists.html
47 lines (47 loc) · 2.11 KB
/
playlists.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/Podcast/Sstilo.css">
<meta charset="UTF-8">
<meta http-equiv="Content-Language" content="pt-br, fr, it">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>playlists</title>
</head>
<body>
<header>
<br>
<img src="/Podcast/art.jpg" width="100" height="100">
<h1 style="text-align: center;"> ✓ TM CAST ©</h1>
<br>
</header>
<nav>
<br><a href="/Podcast/index.html"> Voltar </a><br><br>
<div>
<label for="menu"> Menu </label>
<select name=" menu" id="">
<option value="">Configuraçoes</option>
<option value="">Minha Conta</option>
<option value="">Segurança</option>
<option value="">Idioma</option>
<option value="">Relatar problema</option>
<option value="">Sobre/Ajuda</option>
</select>
</div>
</nav><br>
<main>
<iframe src="https://open.spotify.com/embed-podcast/show/2p0Vx75OmfsXktyLBuLuSf" width="100%" height="232" frameborder="0" allowtransparency="true" allow="encrypted-media">
</iframe>
<iframe src="https://open.spotify.com/embed-podcast/show/6w9Fcpu5argDMKw73eigwj" width="100%" height="232" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
<iframe src="https://open.spotify.com/embed-podcast/show/63Dn3uvTTIKKxJOLUrkyAn" width="100%" height="232" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
<iframe src="https://open.spotify.com/embed-podcast/show/1kA8HYD9R0dGJkySPvxnxh" width="100%" height="232" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
</main>
<footer>
<div>
<a href="/Podcast/index.html"> Voltar </a><br><br>
© 2021 Thiago Martins , All rights reserved.
</div><br>
<address> Rua. Antonio Manchine 10 - Garça-SP</address>
</footer>
</body>
</html>