-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcadastro.html
More file actions
39 lines (34 loc) · 1.31 KB
/
cadastro.html
File metadata and controls
39 lines (34 loc) · 1.31 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
<!DOCTYPE html>
<html lange="pt-br">
<head>
<title>PARA TI AÇAÍ</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="estilo.css">
</head>
<body>
<div class="cabecalho">
<img src="LOGO.png" width="95" align="center"><b><font size="7">PARA TI AÇAÍ</font>
</div>
<div class="conteudo">
<center>
<h2>CRIAR CONTA</h2>
<form method="post" action="">
E-MAIL:<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="submit" name="confirmar" value="CONFIRMAR">
</form>
<a href="index.html"> menu</a><br>
<a href="login.html"> login</a><br>
</center>
</div>
<div class="rodape"><pre>
<h4><center> Endereço: Rua Altemar Dutra 1443, Floresta Fone:(45)9 8428-9308</center></h4>
</div>
</body>
</html>