-
Notifications
You must be signed in to change notification settings - Fork 0
/
clube_luta.html
41 lines (37 loc) · 1.7 KB
/
clube_luta.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles_dark.css">
<title>Clube da Luta</title>
</head>
<body>
<h1>Clube da Luta</h1>
<p><img src="folder/clube.jpg" alt="Clube da Luta" width="300" height="500"></p>
<h3>Sinopse</h3>
Um homem deprimido que sofre de insônia conhece um estranho vendedor chamado Tyler Durden e se vê morando em uma casa suja depois que seu perfeito apartamento é destruído. A dupla forma um clube com regras rígidas onde homens lutam. A parceria perfeita é comprometida quando uma mulher, Marla, atrai a atenção de Tyler.
<h4>Elenco Principal</h4>
<ul>
<li> Edward Norton - Narrador </li>
<li> Brad Pitt - Tyler Durden</li>
<li> Helena Bonham Carter - Marla Singer</li>
</ul>
<h4>Opinião</h4>
É um filme que nos leva a refletir sobre o quanto lutamos contra nós mesmos.
Um filme antigo, que continua sendo um filme bastante popular, pois provoca os espectadores sobre a nossa sociedade, e a forma como vivemos.
<h5>Onde assistir</h5>
O filme está disponivel nas plataformas abaixo:
<ul>
<li> <a href="https://www.netflix.com/browse" target="_blank">Netflix</a></li>
<li> <a href="https://www.starplus.com/pt-br/home" target="_blank">Star Plus</a></li>
</ul>
<p>
<tr>
<td>
<button class="menu-button"><a href="index.html">Voltar</a></button>
</td>
</tr>
</p>
</body>
</html>