-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadmin.html
More file actions
36 lines (28 loc) · 1002 Bytes
/
admin.html
File metadata and controls
36 lines (28 loc) · 1002 Bytes
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Anuncios Gratis</title>
<link rel="stylesheet" type="text/css" href="/style.css" />
<link rel="stylesheet" type="text/css" href="/buscar/stylesearch.css" />
<link href="/images/main.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h2>Anuncios Gratis - Administración</h2>
<p>Lista de anuncios. Usa esta página para administrar anuncios.</p>
<form method="get" action="/index.php">
<input type="submit" value="Volver a la página principal" /><br/>
</form>
</p>
<hr />
<h2>Acceso con usuario registrado</h2>
<FORM METHOD=POST ACTION=verifylogin.php>
Usuario:<INPUT TYPE=TEXT NAME=nombre>
Contraseña:<INPUT TYPE=PASSWORD NAME=clave>
<INPUT TYPE=SUBMIT>
</FORM>
<br />
<hr/>
</body>
</html>