-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcanais.htm
49 lines (49 loc) · 1.97 KB
/
canais.htm
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
<!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>Canais List</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>
<ul>
<li><a href="https://anchor.fm/thiago-martins35" target="_blank">https://anchor.fm/thiago-martins35</a></li><br>
<li><a href="https://www.breaker.audio/zmcast" target="_blank">https://www.breaker.audio/zmcast</a></li><br>
<li><a href="https://www.google.com/podcasts?feed=aHR0cHM6Ly9hbmNob3IuZm0vcy80YjAxM2VjMC9wb2RjYXN0L3Jzcw==" target="_blank"> Google Podcasts </a></li><br>
<li><a href="https://pca.st/gil9uvzh" target="_blank"> Radio Public </a></li><br>
<li><a href="https://open.spotify.com/show/1kA8HYD9R0dGJkySPvxnxh" target="_blank"> Spotify </a></li><br>
</ul>
</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>