forked from victorsmits/Fet-map
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fet.html
25 lines (18 loc) · 857 Bytes
/
fet.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Leaflet demo for ets2-mobile-route-advisor</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<!-- Note: if this demo gets incorporated into ets2-mobile-route-advisor, I'd recommend including a copy of these files. That way, it will work even without Internet connection. -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.0.0-beta.1/leaflet.css"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.0.0-beta.1/leaflet.js"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="map">
</div>
<script type="application/javascript" src="fet.js"></script>
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
</body>
</html>