-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 783 Bytes
/
Copy pathindex.html
File metadata and controls
20 lines (20 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<title></title>
</head>
<script src="map.js"></script>
<body onload="initMap()">
<div id="header">
MapWidget<br/>
<small><a href="https://github.com/johanokl/MapWidget">https://github.com/johanokl/MapWidget</a></small>
</div>
<div id="container">
<div id="map"></div>
</div>
</body>
<!-- Replace the key AIzaSyBms8wV2Ljzjl7m-7Y7ke0oce0Hox6EnM8 with your own Google API key-->
<script src="https://maps.googleapis.com/maps/api/js?callback=initMap&key=AIzaSyBms8wV2Ljzjl7m-7Y7ke0oce0Hox6EnM8" async defer></script>
</html>