-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.html
More file actions
28 lines (27 loc) · 993 Bytes
/
Copy pathmenu.html
File metadata and controls
28 lines (27 loc) · 993 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
<html>
<head>
<title>Menu</title>
<meta charset="utf-8"></meta>
<link rel="stylesheet" href="estilos.css" type="text/css">
</head>
<body style="background-image: url(space.gif)">
<center>
<br><br><br><br><br>
<a href="bienvenida.html" target="bien">
<button class="boton_01">Bienvenida</button><br><br>
</a><br><br>
<a href="q_somos.html" target="bien">
<button class="boton_01">¿Quiénes somos?</button><br><br>
</a>
<a href="catalogo.html" target="bien">
<button class="boton_01">Catálogo</button><br><br>
</a>
<a href="ubicacion.html" target="bien">
<button class="boton_01">Ubicación</button><br><br>
</a>
<a href="contacto.html" target="bien">
<button class="boton_01">Contacto</button><br><br>
</a>
</center>
</body>
</html>