-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (32 loc) · 1.06 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
<!DOCTYPE HTML >
<html lang="pt-br">
<head>
<title> FLETNIX</title>
<meta charset="utf-8" />
<link rel="icon" href="image/favicon.ico">
<link rel="stylesheet" href="estilo.css">
</head>
<body>
<header>
<figure> <img src="image/logo.png" alt="logo FLETNIX"> </figure>
</header>
<main>
<section>
<form>
<h1>ENTRAR</h1>
<input type="text" name="user" placeholder="Email ou número de telefone"><br>
<input type="password" name="senha" placeholder="Senha"><br>
<input type="submit" name="ENTRAR">
<input type="checkbox" name="lembrarUser">
<label class="lembrar" for="lembrarUser"> Lembre-se de mim</label>
<a href="#" class="ajuda">Precisa de ajuda?</a>
</form>
<div>
<p>Novo por aqui?<a href="#">Assine agora</a></p>
<p class="texto2">Esta página é protegida pelo Google reCAPTCHA para garantir que você não é um robô. Saiba mais.</p></div>
</section>
</main>
<footer>
</footer>
</body>
</html>