forked from AdelinedeNazare/MaisHistoria
-
Notifications
You must be signed in to change notification settings - Fork 0
/
adm.php
61 lines (61 loc) · 1.59 KB
/
adm.php
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
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>MaisHistória</title>
<style type="text/css">
<!--
.Style6 {font-size: 18px}
-->
</style>
</head>
<body>
<form id="form1" name="form1" method="post" action="logar.php">
<table width="41%" border="0">
<tr>
<td colspan="2"><div align="center"><strong>Cadastro</strong></div></td>
</tr>
<tr>
<td><span class="Style6">Nome:</span></td>
<td><span class="Style6">
<label>
<input name="nome" type="text" id="senha" />
</label>
</span></td>
</tr>
<tr>
<td><span class="Style6">Sobrenome:</span></td>
<td><span class="Style6">
<label>
<input name="sobrenome" type="text" id="login" />
</label>
</span></td>
</tr>
<tr>
<td><span class="Style6">Senha:</span></td>
<td><span class="Style6">
<label>
<input name="senha" type="password" id="senha" />
</label>
</span></td>
</tr>
<tr>
<td> </td>
<td><span class="Style6">
<label>
<input type="submit" name="Submit" value="OK" />
</label>
</span></td>
</tr>
<tr>
<td> </td>
<td><span class="Style6"><a href="esquece_senha.php">Esquece senha </a></span></td>
</tr>
<tr>
<td> </td>
<td><span class="Style6"><a href="cadastro.php">Cadastro</a></span></td>
</tr>
</table>
</form>
</body>
</html>