-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (32 loc) · 1.13 KB
/
Copy pathindex.html
File metadata and controls
32 lines (32 loc) · 1.13 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
<!DOCTYPE html>
<html lang="pt-br">
<link rel="shortcut icon" href="favicon.ico" >
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=devide-width", initial-scale=1.0>
<title>Disney+ | O melhor da Disney, Marvel, Pixar, Star Wars e National Geographic em um só lugar.</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="hero-content">
<img class="logo" src="logo-nopad.svg">
<h1>Com o Combo+, você pode aproveitar o Disney+ e </br> o Star+ por um preço único.</h1>
<div class="precos-container">
<div class="preco">
<div>
<p><span>R$27,90/</span>mês*</p>
<p>Inclui teste grátis de 7 dias.</p>
</div>
<a href="https://www.starplus.com/pt-br/sign-up?type=bundle">Teste grátis</a>
</div>
<div class="preco">
<span>Dê R$334,00 por R$279.90</span>ano*
<p>Inclui teste grátis de 7 dias.</p>
<a href="https://www.starplus.com/pt-br/sign-up?type=bundle">Teste grátis</a>
</div>
</div>
<p>*O preço pode variar caso a assinatura seja feita através de outras plataformas.</p>
<img class="img-logos" src="disney-brands.png">
</div>
</body>
</html>