-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.html
More file actions
23 lines (22 loc) · 895 Bytes
/
Copy pathsample.html
File metadata and controls
23 lines (22 loc) · 895 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!-- [START maps_earthquake_markers] -->
<meta http-equiv="x-ua-compatible" content="IE=edge">
<!DOCTYPE html>
<html>
<head>
<title>temp Markers</title>
<script src="https://polyfill.io/v3/polyfill.min.js?features=default"></script>
<link rel="stylesheet" type="text/css" href="https://github.com/Charlieletscode/BeforeML/blob/main/style.css" />
<script src="https://github.com/Charlieletscode/BeforeML/blob/main/index.js"></script>
</head>
<body>
<div id="map"></div>
<!-- Async script executes immediately and must be after any DOM elements used in callback. -->
<script
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyB41DRUbKWJHPxaFjMAwdrzWzbVKartNGg&callback=initMap&v=weekly&channel=2"
async
>
</script> <script type="text/javascript"></script>
</script>
</body>
</html>
<!-- [END maps_earthquake_markers] -->