forked from alletsz/devrel-workshops
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
14 lines (14 loc) · 666 Bytes
/
index.html
File metadata and controls
14 lines (14 loc) · 666 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<head>
<script src="https://js.api.here.com/v3/3.1/mapsjs-core.js" type="text/javascript" charset="utf-8"></script>
<script src="https://js.api.here.com/v3/3.1/mapsjs-service.js" type="text/javascript" charset="utf-8"></script>
<script src="https://js.api.here.com/v3/3.1/mapsjs-mapevents.js" type="text/javascript" charset="utf-8"></script>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script src="config.js"></script>
<script src="map.js"></script>
<script src="main.js"></script>
</head>
<body style="margin: 0">
<div id="map" style="width: 100vw; height: 100vh"></div>
</body>
</html>