-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvideos.html
100 lines (84 loc) · 4.84 KB
/
videos.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Sites sore filmes e series - Gabriel Santana Padovesi">
<meta name="keywords" content="Filmes, Series, Hollywood, Netflix, Amazon, Tele Cine, HBO, Atores, Atoras, Animes, Desenhos, Videos,Cinematografia">
<title>videos</title>
<link rel="shortcut icon" href="imagens/ArquivoExibir.webp">
<link rel="stylesheet" type="text/css" href="css/home.css">
<link rel="stylesheet" type="text/css" href="css/videos.css">
</head>
<body>
<script>
window.alert ("Bem vindo a pagina sobre Videos");
</script>
<div id="interface">
<header class="topo">
<img src="imagens/images.jpg" alt="LogoSite" title="Logo">
<nav class="menu">
<ul>
<li>
<a target="_blank" href="index.html"><img src="imagens/pipoca.png" alt="logo"> Home </a>
</li>
<li>
<a href=""><img src="imagens/pipoca.png" alt="logo">Cinematografia</a>
<ul>
<li><a target="_blank" href="filmes.html"> <img src="imagens/pipoca.png" alt="logo"> Filmes </a></li>
<li><a target="_blank" href="series.html"><img src="imagens/pipoca.png" alt="logo"> Series </a></li>
</ul>
</li>
<li>
<a href=""><img src="imagens/pipoca.png" alt="logo"> Galeria </a>
<ul>
<li><a target="_blank" href="fotos.html"> <img src="imagens/pipoca.png" alt="logo">Fotos </a></li>
<li><a target="_blank" href="videos.html"><img src="imagens/pipoca.png" alt="logo"> Videos </a></li>
</ul>
</li>
<li>
<a href=""><img src="imagens/pipoca.png" alt="logo"> Perfil </a>
<ul>
<li><a target="_blank" href="perfil.html" ><img src="imagens/pipoca.png" alt="logo">Usuario</a></li>
</ul>
</li>
<li> <a href=""><img src="imagens/pipoca.png" alt="logo"> Outros </a>
<ul>
<li><a target="_blank" href="biografia.html"> <img src="imagens/pipoca.png" alt="logo">Biografia</a></li>
<li><a target="_blank" href="brincadeira.html"><img src="imagens/pipoca.png" alt="logo"> Brincadeira </a></li>
</ul>
</li>
</ul>
</nav>
</header>
<section id="banner_filme">
<h2>Banner</h2>
<img id="banner1" src="imagens/pexels-photo-269140.jpeg" alt="Banner" title="Banner1">
<img id="banner2" src="imagens/pexels-photo-436413.jpeg" alt="Banner" title="Banner2">
</section>
<h1 >Videos</h1>
<h2>Videos sobre filmes e series</h2>
<p>Videos referente sobre filmes e series, Selecionamoes os melhores videos pra vc tem informaçoes sobre filmes e series</p>
<section class="videos1">
<h2>videos</h2>
<ul class="album_videos">
<li class="video"><iframe width="340" height="240" src="https://www.youtube.com/embed/GCPFrCEL6Ao" title="YouTube video player"></iframe></li>
<li class="video"><iframe width="340" height="240" src="https://www.youtube.com/embed/_qYkqvgypW4" title="YouTube video player"></iframe></li>
<li class="video"><iframe width="340" height="240" src="https://www.youtube.com/embed/YF9H7UaZdKo" title="YouTube video player"></iframe></li>
<li class="video"><iframe width="560" height="315" src="https://www.youtube.com/embed/u0EEtEc8g30" title="YouTube video player"></iframe></li>
</ul>
</section>
<br>
<p>Filme e series</p>
<footer class="rodape">
<p>Desenvolvido Somente para fins educativos. Gabriel Santana Padovesi </p>
<p>
<a target="_blank" href="https://www.instagram.com"><img src="imagens/logo-instagram.png" alt=""></a>
<a target="_blank" href="https://twitter.com/login?lang=ptSSS"><img src="imagens/logo-twitter.png" alt=""></a>
<a target="blank" href="https://pt-br.facebook.com/"><img src="imagens/logo-face.png" alt=""></a>
</p>
</footer>
</div>
</body>
</html>