-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (53 loc) · 2.45 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>
<html>
<head>
<title>AYUNTAMIENTO DE CEBREROS</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, maximum-scale=1.0, minimum-scale=1.0, initial-scale=1.0, user-scalable=no">
<meta name="robots" content="INDEX,FOLLOW">
<meta name="description" content="Ayuntamiento de Cebreros.">
<meta name="keywords" content="Ayuntamiento de Cebreros, noticias, eventos, turismo, rutas">
<meta name="cache-control" content="no-cache">
<meta name="expires" content="0">
<link href="./css/estilos.css" rel="stylesheet" type="text/css">
<script src="./js/jquery.js"></script>
<script src="./js/jquery_ui.js"></script>
<script src="http://maps.googleapis.com/maps/api/js?sensor=false" type="text/javascript"></script>
<script type="text/javascript" src="./js/gmap3.js"></script>
<script src="./js/funciones.js"></script>
<script src="./cordova.js"></script>
<script>
document.addEventListener("deviceready", onDeviceReady, false);
</script>
</head>
<body onload="onBodyLoad()">
<div class="contenedor">
<div class="header_01">
<h1><span class="h1_mini">Ayuntamiento de</span><br> CEBREROS</h1>
<div id="boton_menu"></div>
<div id="boton_salir" class="nav_03" ></div>
</div>
<div class="section_01">
<div class="nav_01">
<ul>
<a href="bienvenida.html"><li>BIENVENIDO A CEBREROS</li></a>
<a href="#" onclick="window.open('http://www.cebreros.es', '_system', 'location=yes');"><li>WEB AYUNTAMIENTO DE CEBREROS</li></a>
<a href="noticias.html"><li>NOTICIAS</li></a>
<a href="turismo.html"><li>TURISMO</li></a>
<a href="mapas.html"><li>PATRIMONIO NATURAL Y SENDERISMO</li></a>
<a href="fiestas.html"><li>FIESTAS Y CARNAVAL</li></a>
<a href="galerias.html"><li>FOTOS</li></a>
<a href="comollegar.html"><li>CÓMO LLEGAR</li></a>
<a href="tlfs.html"><li>TELÉFONOS DE INTERÉS</li></a>
<a href="creditos.html"><li>CRÉDITOS</li></a>
<a href="actualizacion.html"><li>ACTUALIZAR APP</li></a>
</ul>
</div>
</div>
<div class="footer_01">
<img src="./resources/images/general/logo.png" alt="logo" height="55" style="margin-right:20px;" />
<a href="#" onclick="window.open('http://www.turismocastillayleon.com/', '_system', 'location=yes');"><img src="./resources/images/general/logojunta.png" alt="Junta de Castilla y Leon" height="45" style="margin-bottom: 5px;" /></a>
</div>
</div>
</body>
</html>