-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcreditos.html
57 lines (51 loc) · 2.09 KB
/
creditos.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
<!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="./js/funciones.js"></script>
<script src="./cordova.js"></script>
<base target='_blank'/>
</head>
<body onload="onBodyLoad()">
<div class="contenedor">
<div class="header_02">
<h1><span class="h1_mini">Ayuntamiento de</span><br> CEBREROS</h1>
<div class="nav_02" id="boton_menu"> </div>
<div id="boton_salir"> </div>
</div>
<div class="section_02">
<h2>CRÉDITOS</h2>
<div class="article_01" id="contenido">
<p>
<b>Ayuntamiento de Cebreros © 2015</b><br>
Plaza de España 1, 05260 Cebreros Ávila <br>
91 863 00 10
</p>
<p>
<b>Textos:</b> Ayuntamiento de Cebreros<br>
<b>Fotografías:</b> Javier J. González<br>
<b>Rutas:</b> Grupo de montaña y senderismo Los Brajales<br>
<b>Diseño:</b> Ovnyline<br>
<b>Coordinación:</b> Ayuntamiento Cebreros - Ziddea<br>
<b>Bibliografía:</b> José Manuel Espinosa, Cebreros algo más que un buen vino.<br>
<b>Imágenes de satélite:</b> Google Maps
</p>
</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>