-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrecsenha.html
More file actions
32 lines (28 loc) · 1.07 KB
/
recsenha.html
File metadata and controls
32 lines (28 loc) · 1.07 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
<!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">
<center>
<h2>ENTRAR</h2>
<p><h4>Informe-nos seu e-mail, e enviaremos</p>
<p>para você uma forma de recuperar a sua senha</p><h4>
<form method="post" action="">
E-MAIL:<br>
<input type="text" name="email" size="20" maxlength="20"><br>
<inPut type="submit" name="confirmar" value="CONFIRMAR">
</form><br>
<a href="index.html">menu</a><br>
</center>
</div>
<div class="rodape">
<pre>
<h4><center> Endereço: Rua Altemar Dutra 1443, Floresta Fone:(45)9 8428-9308</center></h4>
</body>
</html>
</pre>
</div>