-
Notifications
You must be signed in to change notification settings - Fork 0
/
cadastro.html
47 lines (33 loc) · 1.02 KB
/
cadastro.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
<!DOCTYPE html>
<html lang="en">
<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="icon" type="image/png" href="./Imagens/cachorro.png">
<link rel="stylesheet" href="./assets/css/cadastrarse.css">
<title>AUMIGOS</title>
<script src="./script.js"></script>
</head>
<body>
<ul class="menu">
<li>
<a href="index.html">HOME</a>
<li><a href="./contato.html">CONTATO</a></li>
</ul>
<a href="index.html">
<img src="./Imagens/cachorro.png" width="40px">
</a>
<div class="login">
<h1>CADASTRAR - SE</h1>
<input type="text" placeholder="E-mail">
<br><br>
<input type="tel" placeholder="Celular">
<br><br>
<input type="date" placeholder="Nascimento">
<br><br>
<input type="password" placeholder="Senha">
<br><br>
<button>LOGIN</button>
</body>
</html>