-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (38 loc) · 2.12 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
<!DOCTYPE html>
<html>
<head>
<title>Historia de Mallorca a través de sus mapas</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta name="description" content="Compara la ciudad de Palma de Mallorca actual con la de hace 200 años. Localiza sus construcciones históricas y sus edificios emblemáticos.">
<meta name="keywords" content="mallorca, palma, mapa, historia, edificios, construcciones">
<meta name="author" content="Aaron Amengual Arranz">
<link rel="shortcut icon" href="http://cartodb.com/assets/favicon.ico" />
<link rel="stylesheet" href="http://libs.cartocdn.com/cartodb.js/v3/3.15/themes/css/cartodb.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Yrsa">
<link rel="stylesheet" href="css/style.css" />
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-45884912-4', 'auto');
ga('send', 'pageview');
</script>
<!--[if lte IE 9]>
<script type="text/javascript" src="js/lib/media.match.min.js"></script>
<![endif]-->
</head>
<body>
<div id="menuContainer"></div>
<div id="mapBox"></div>
<!-- Js files -->
<script src="http://maps.google.com/maps/api/js?key=AIzaSyBPEhfFxXzaNxiRiRMioqCzCpQK5LW_Z2M"></script>
<script src="http://libs.cartocdn.com/cartodb.js/v3/3.15/cartodb.js"></script>
<script src="js/lib/jquery-2.1.1.min.js"></script>
<script src="js/lib/velocity.min.js"></script>
<script src="js/lib/leaflet-plugins-master/layer/tile/Google.js"></script>
<!-- Webpack bundle -->
<script src="js/build/bundle.js"></script>
</body>
</html>