-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (77 loc) · 3.2 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="icons/favicon.png">
<title>Bienvenido a Delorean</title>
</head>
<body>
<table border="0" width="100%">
<tr>
<th colspan="3" bgcolor="white" height=200px>
<img src="images/logoclub.jpg" alt="logo" height="120" width="120">
<font size="7">
<font color="red">
Videoclub Delorean
</font>
</font>
</th>
</tr>
<tr>
<td width="15%" height="500px">
<nav>
<ul>
<li><a href="index.html">Inicio</a></li>
<li><a href="selection.html">Nuestra selección</a></li>
<li><a href="top.html">Top 3 en alquiler</a></li>
<li><a href="search.html">Búsqueda Delorean</a></li>
<li><a href="team.html">Equipo</a></li>
<li><a href="where.html">Dónde estamos</a></li>
<li><a href="colab.html">Colaboradores</a></li>
</ul>
</nav>
</td>
<td>
<center>
<h2>INICIO</h2>
<br>
<h3>Conoce Videoclub Delorean</h3>
<p>
Videoclub Delorean es una cápsula temporal en la que te puedes subir y, gracias a nuestro
condensador de fluzo, viajar en el tiempo y vivir multitud de aventuras. Estamos especializados
en
ciencia ficción y terror.
</p>
Disfruta de tus películas de siempre además de nuestra seleccióne especial como:
<p>
<ul>
<li>Regreso al Futuro</li>
<li>Critters II</li>
<li>Viernes 13</li>
</ul>
</p>
<p>
<h3>Instalaciones</h3>
Nuesto videoclub está ubicado en Madrid donde además ofrecemos servicio de ciber-café con
conexión a
internet.
</p>
<p>
Inaugurado en septiembre de 1983 contamos con el mejor catálogo cinematográfico de género y
nuestros
expertos te ayudarán a encontrar esa película perfecta para el viernes noche. ¡Prepara tus
palomitas y súbete al Delorean!
</p>
</center>
</td>
<tr>
<th colspan="3" bgcolor="#0B3D91" height=200px align="center">
<font color="white">
<h2 align="center">Delorean Inc. 1999 ©</h2>
</font>
</th>
</tr>
</table>
</body>
</html>