-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcadastro.html
More file actions
50 lines (47 loc) · 1.5 KB
/
cadastro.html
File metadata and controls
50 lines (47 loc) · 1.5 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
<!DOCTYPE html>
<HTML lang="pt-br">
<head>
<title>Chococrispi</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/CSS" href="estilo.css">
</head>
<body>
<div class="cabecalho">
<font size="4">
<h1><center>PRODUTOS COLONIAIS CHOCOCRISPI</center></h1></font>
<p align="center"><img src="cheese.png" width="110px" height="100px"></p>
</div>
<div class="conteudo">
<center>
<h2>CRIAR CONTA</h2>
<form method="post" action="">
EMAIL:<br>
<input type="text" name="email" size="20" maxlength="20"><br>
NOME:<br>
<input type="text" name="nome" size="20" maxlength="20"><br>
SENHA:(de 8 a 20 caracteres)<br>
<input type="password" name="senha" size="20" maxlength="20"><br>
CONFIRMAR SENHA<br>
<input type="password" name="confsenha" size="20" maxlength="20"><br>
<input type="text" name="email" value="CONFIRMAR"><br>
</form>
<a href="index.html">MENU</a><br>
<a href="login.html">LOGIN</a><br>
</center>
</div>
<div class="rodape">
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<h4><center>Endereço: Rua Sócrates, Bairro Tarumã, 100, E-mail: produtoschococrispi1998@gmail.com, Fone: (45)9 8428-9308</center></h4>
</div>
</body>
</HTML>