-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 586 Bytes
/
index.html
File metadata and controls
21 lines (21 loc) · 586 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<!--
@license
Copyright 2025 Google LLC. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
-->
<!-- [START maps_js_api_loader_map] -->
<html>
<head>
<title>@googlemaps/js-api-loader map</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href=/proxy/https/github.com/googlemaps-samples/js-api-samples/blob/f06338806bc97d556664240df7b05435ce8f6338/dist/samples/js-api-loader-map/docs/"./style.css" />
<script type="module" src=/proxy/https/github.com/googlemaps-samples/js-api-samples/blob/f06338806bc97d556664240df7b05435ce8f6338/dist/samples/js-api-loader-map/docs/"./index.js"></script>%3C/div>
</head>
<body>
<h1>@googlemaps/js-api-loader map</h1>
<div id="map"></div>
</body>
</html>
<!-- [END maps_js_api_loader_map] -->