-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfilmesl.html
More file actions
60 lines (53 loc) · 2.32 KB
/
Copy pathfilmesl.html
File metadata and controls
60 lines (53 loc) · 2.32 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
60
<!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 L</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=zXvgkkNMi-4&pp=ygUPbGEgbGFuZCB0cmFpbGVy" target="_blank">
<img
src="https://musicart.xboxlive.com/7/eae03f00-0000-0000-0000-000000000002/504/image.jpg?w=1920&h=1080"
alt="La La Land"
/>
</a>
<a href="https://www.youtube.com/watch?v=GuZojySX8HE" target="_blank">
<img
src="https://m.media-amazon.com/images/M/MV5BODhkZGE0NDQtZDc0Zi00YmQ4LWJiNmUtYTY1OGM1ODRmNGVkXkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_.jpg"
alt="Lady Bird"
/>
</a>
<a href="https://www.youtube.com/watch?v=8K15nkhMfsg&pp=ygUYbGVnYWxtZW50ZSBsb2lyYSB0cmFpbGVy" target="_blank">
<img
src="https://images-na.ssl-images-amazon.com/images/S/pv-target-images/0415cbfc768ee54688283037d793a5f664a827f09188b4dec6bc8209c45598d1._RI_TTW_.jpg"
alt="Legalmente Loira"
/>
</a>
<a href="https://www.youtube.com/watch?v=vbXIJwKfZDo&pp=ygUMbGlvbiB0cmFpbGVy" target="_blank">
<img
src="https://www.itaucinemas.com.br/_img/_filmes/2423_capa.jpg?Lion-Uma-Jornada-Para-Casa"
alt="Lion"
/>
</a>
<a href="https://www.youtube.com/watch?v=KPND6SgkN7Q&pp=ygUNbG9nYW4gdHJhaWxlcg%3D%3D" target="_blank">
<img
src="https://images.justwatch.com/poster/9635644/s718/logan.jpg"
alt="Logan"
/>
</a>
<a href="https://www.youtube.com/watch?v=5dcU51Ad_QE" target="_blank">
<img
src="https://musicart.xboxlive.com/7/013d5100-0000-0000-0000-000000000002/504/image.jpg?w=1920&h=1080"
alt="Luta por Justiça"
/>
</a>
</div>
</body>
</html>