-
Notifications
You must be signed in to change notification settings - Fork 840
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (30 loc) · 997 Bytes
/
index.html
File metadata and controls
32 lines (30 loc) · 997 Bytes
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
31
32
<!doctype html>
<!--
@license
Copyright 2019 Google LLC. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
-->
<!-- [START maps_overlay_popup] -->
<html>
<head>
<title>Custom Popups</title>
<link rel="stylesheet" type="text/css" href=/proxy/https/github.com/googlemaps/js-samples/blob/2683f7366fb27829401945d2a7e27d77ed2df8e5/dist/samples/overlay-popup/docs/"./style.css" />
<script type="module" src=/proxy/https/github.com/googlemaps/js-samples/blob/2683f7366fb27829401945d2a7e27d77ed2df8e5/dist/samples/overlay-popup/docs/"./index.js"></script>%3C/div>
</head>
<body>
<div id="map"></div>
<div id="content">Hello world!</div>
<!--
The `defer` attribute causes the script to execute after the full HTML
document has been parsed. For non-blocking uses, avoiding race conditions,
and consistent behavior across browsers, consider loading using Promises. See
https://developers.google.com/maps/documentation/javascript/load-maps-js-api
for more information.
-->
<script
src=/proxy/https/github.com/googlemaps/js-samples/blob/2683f7366fb27829401945d2a7e27d77ed2df8e5/dist/samples/overlay-popup/docs/"https://maps.googleapis.com/maps/api/js?key=AIzaSyB41DRUbKWJHPxaFjMAwdrzWzbVKartNGg&callback=initMap&v=weekly"%3C/div>
defer
></script>
</body>
</html>
<!-- [END maps_overlay_popup] -->
You can’t perform that action at this time.