-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwhere.html
75 lines (60 loc) · 2.75 KB
/
where.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
<!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>Dónde está 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>
<h2 align="center">¿Dónde estamos?</h2><br>
<p>
Estamos en el barrio de Malasaña. <strong>Calle de la Luna, 9, 28004 Madrid.</strong> Metro Santo
Domingo es el más
cercano.
<br>
</p>
<img src="/images/videoclub1.jpg" alt="vc1" height="150" width="200">
<a href="https://www.google.com/maps/place/Calle+de+la+Luna,+Madrid/@40.4222993,-3.7081692,17z/data=!3m1!4b1!4m5!3m4!1s0xd42287cc4d44f9d:0x6f6538cc7cb400b1!8m2!3d40.4222952!4d-3.7059752"><img src="/images/mapadelorean.png" height="150" width="300"></a>
<img src="/images/videoclub2.jpg" alt="vc2" height="150" width="200">
<p><strong>Abrimos de lunes a sábado 10:00 a 23:00 horas.</strong><br><br> Y recuerda que también puedes
hacernos pedidos
y sugerencias en nuestra dirección de correo electrónico <a href="mailto:[email protected]?subject=feedback">haciendo click aquí</a>.
</td>
</tr>
<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>