-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (27 loc) · 1.15 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
<!DOCTYPE html>
<html lang="de">
<head>
<title>OpenFireMap Wetter Ruhr</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="css/leaflet.css" />
<link rel="stylesheet" href="css/map.css" />
<link rel="stylesheet" href="css/Control.Geocoder.css" />
<link rel="stylesheet" href="css/MarkerCluster.css" />
<link rel="stylesheet" href="css/MarkerCluster.Default.css" />
<link rel="stylesheet" href="js/print/easyPrint.css"/>
</head>
<body>
<div id="map"></div>
<script src="js/leaflet.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="js/print/jQuery.print.js"></script>
<script src="js/print/leaflet.easyPrint.js"></script>
<script src="js/leaflet.fullscreen.min.js"></script>
<script src="js/leaflet.customscale.min.js"></script>
<script src="js/leaflet.geocoder.min.js"></script>
<script src="js/leaflet.markercluster.min.js"></script>
<script src="js/leaflet.ajax.min.js"></script>
<script src="js/map.js"></script>
</body>
</html>