-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (41 loc) · 1.35 KB
/
index.html
File metadata and controls
57 lines (41 loc) · 1.35 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
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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GEO</title>
<link rel="shortcut icon" href="assets/icons8-geografia-100.png" type="image/x-icon">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="main">
<div class="left">
<h1> KAMBO</h1>
<img src="assets/skambo3 1">
<h3>Seja bem vindo!</h3>
<h4>Acesse sua conta<br> agora mesmo.</h4>
<button class="btn-left">ENTRAR</button>
<a href=>Esqueci minha senha</a>
</div>
<div class="right">
<h1>Crie sua conta</h1>
<h4>Preencha o formulário</h4>
<div class="textfiel">
<label for="Nome"></label>
<input id="Nome" placeholder="Nome">
</div>
<div class="textfiel">
<label for="Email"></label>
<input id="Email" type="text" placeholder="Email">
</div>
<div class="textfiel">
<label for="senha"></label>
<input id="senha" type="password" placeholder="Senha">
</div>
<button class="btn-right">
Cadastrar
</button>
</div>
</div>
</body>
</html>