-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (28 loc) · 992 Bytes
/
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
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta charset="utf-8"/>
<title>Historical Maps</title>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.css" />
<link rel="stylesheet" href="../Leaflet.Slider/css/leaflet.slider.css" />
<style type="text/css">
#map { height: 700px; }
</style>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript" src="js/libs/leaflet.js"></script>
<script type="text/javascript" src="../Leaflet.Slider/js/leaflet.slider.js"></script>
<script type="text/javascript" src="js/app.js"></script>
<script type="text/javascript" src="../madeincluj/js/layer.historical-maps.js"></script>
<script type="text/javascript">
</script>
</head>
<body>
<div id='map-container'>
<div id='map'></div>
</div>
<script type="text/javascript">
MIC.initialize();
</script>
</body>
</html>