-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfilmesv.html
More file actions
59 lines (53 loc) · 2.33 KB
/
Copy pathfilmesv.html
File metadata and controls
59 lines (53 loc) · 2.33 KB
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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/x-icon" href="pipoca.ico">
<link rel="stylesheet" href="pagina1.css" />
<script src="codigojavascript.js"></script>
<title>Filmes com V</title>
</head>
<body>
<button class="estilobotao" onclick="inicial()"> ❮ Voltar à página inicial</button>
<button class="botaocompleta" onclick="completa()"> Ver lista completa ❯ </button>
<div class="fotos">
<a href="https://www.youtube.com/watch?v=64e2oJteP7A&ab_channel=PrimeVideoBrasil" target="_blank">
<img
src="https://static.wikia.nocookie.net/dublagem/images/d/d1/Vermelho%2C_Branco_e_Sangue_Azul.jpg/revision/latest/scale-to-width-down/1200?cb=20230811050326&path-prefix=pt-br"
alt="Vermelho, Branco e Sangue Azul"
/>
</a>
<a href="https://www.youtube.com/watch?v=jDKZzBXz9LU&ab_channel=TrailerChan" target="_blank">
<img
src="https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcSgDRPN4pjbBtxhNPKVHXNGmM_p4vCwNzfFv0ykR5ThXjB3-kYD"
alt="Vidas em Jogo"
/>
</a>
<a href="https://www.youtube.com/watch?v=E8XzibXYMWk&ab_channel=yoshimitsumovies" target="_blank">
<img
src="https://br.web.img2.acsta.net/pictures/210/506/21050637_20131017235623573.jpg"
alt="V de Vingança"
/>
</a>
<a href="https://www.youtube.com/watch?v=uNAxHLp7wv8" target="_blank">
<img
src="https://lumiere-a.akamaihd.net/v1/images/image_a2514f6d.jpeg?region=0,0,540,810"
alt="Viúva Negra"
/>
</a>
<a href="https://www.youtube.com/watch?v=VV1-pePln_I&ab_channel=FilmTeaser" target="_blank">
<img
src="https://cenariob.com.br/wp-content/uploads/2021/08/kfV95fWMNgBDUanqwsm7FFbc09p.jpg"
alt="Vestida Para Casar"
/>
</a>
<a href="https://www.youtube.com/watch?v=7w2gRi0170U&ab_channel=TrailerChan" target="_blank">
<img
src="https://www.cafecomfilme.com.br/media/k2/items/cache/924e149af069b8ea323a809fbb1171d4_XL.jpg?t=20220902_000955"
alt="Vanilla Sky"
/>
</a>
</div>
</body>
</html>