-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
25 lines (24 loc) · 844 Bytes
/
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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Netflix</title>
</head>
<body>
<header>
<img id="img-logo" src="logo.png" alt="logo netflix">
</header>
<div class="container-login">
<h1>Entrar</h1>
<input type="email" name="email" id="email">
<input type="password" name="password" id="password">
<button type="submit" name="button" id="button">Entrar</button><label id="lembrese" for="">Lembre-se de mim</label>
<input type="checkbox" name="checkbox" id="checkbox">
<a id="ajuda" href="">precisa de ajuda?</a>
</div>
}
</body>
</html>