-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrecsenha.html
More file actions
49 lines (46 loc) · 1.45 KB
/
recsenha.html
File metadata and controls
49 lines (46 loc) · 1.45 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
<!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>ENTRAR</h2>
<p><h4>informe-nos seu email, e enviaremos</p>
<p>para você usar formas de recuperar sua senha</h4></p>
<font method="post" action="">
EMAIL:<br>
<input type="text" name="email" size="20" maxlength="20"><br>
<inPut type="submit" name="confirmar" value="CONFIRMAR"><br>
</font>
<a href="index.html">MENU</a><br>
</center>
</div>
<div class="rodape">
<br>
<br>
<br>
<br>
<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><br>
</div>
</body>
</HTML>