-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (50 loc) · 2.01 KB
/
index.html
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
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>*Jugador numero 12**</title>
<!-- ENLAZAMOS HOJA DE ESTILO -->
<link rel="stylesheet" type="text/css" href="./css/login.css" />
</head>
<body>
<div id="genLayer">
<!-- DIVISION DE CABECERA -->
<div id="headBox">
<a name="top">
<img src="./img/bannerPrototipo.gif" alt="banner" id="topBanner" /> </a>
</div>
<!-- DIVISION DEL MENU IZQUIERDO -->
<div id="leftSide">
<img src="./img/login.jpg" width="150px" height="150px" align="left" style="padding-right: 10px; padding-left:10px">
<p>«Jugador número 12» es un juego de estrategia multijugador, centrado en la gestión de peñas de aficionados.
Ponte en la piel de un hincha y organiza la afición de tu equipo para llevarlo a lo más alto.</p>
<a href="./register.html">REGISTRATE YA</a>
</div>
<!-- DIVISION DEL MENU DERECHO -->
<div id="rightSide" align="center">
<form action="./profile.html" method="post">
<table cellspacing="5px">
<tr>
<td colspan="2" align="center"><span class="under">INICIO DE SESIÓN</span></td>
</tr>
<tr>
<td align="center">Usuario:</td>
<td><input type="text" name="user" size="20" maxlength="20" /></td>
</tr>
<tr>
<td>Contraseña:</td>
<td><input type="password" name="password" size="20" maxlength="20" /></td>
</tr>
<tr>
<td colspan="2" align="center"><input type="submit" value="Entrar" /></td>
</tr>
</table>
</form>
</div>
<!-- DIVISION DEL PIE DE PÁGINA -->
<div id="bottomBox">
<a href="#top">Ir arriba</a>
</div>
</div> <!-- End GenLayer -->
</body>
</html>