-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (23 loc) · 1.08 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
<!DOCTYPE html>
<html>
<head>
<title>Карта парка ДГТУ</title>
<meta charset="utf-8">
<link rel="stylesheet" href="leaflet/leaflet.css" />
<!--[if lte IE 8]>
<link rel="stylesheet" href="js/dist/leaflet.ie.css" />
<![endif]-->
<link rel="stylesheet" href="leafletPlugins/MousePosition/L.Control.MousePosition.css" />
<link rel="stylesheet" href="leafletPlugins/MeasureControl/Leaflet.draw/leaflet.draw.css" />
<link rel="stylesheet" href="leafletPlugins/MeasureControl/leaflet.measurecontrol.css" />
<link rel="stylesheet" href="css/main.css" />
<script src="leaflet/leaflet.js"></script>
<script src="leafletPlugins/MousePosition/L.Control.MousePosition.js"> </script>
<script src="leafletPlugins/MeasureControl/Leaflet.draw/leaflet.draw.js"></script>
<script src="leafletPlugins/MeasureControl/leaflet.measurecontrol.js"></script>
</head>
<body>
<div id="map"></div>
<script src="js/main.js"></script>
</body>
</html>