Skip to content

Commit

Permalink
Set API Key
Browse files Browse the repository at this point in the history
  • Loading branch information
yadorogi committed Jan 23, 2024
1 parent 7aefd81 commit dbe5b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Google Maps Directions API</title>
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&libraries=places"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBAtsxaRQmakZQsAOUPNx4N_Fh9m3IiqAg&libraries=places"></script>
</head>
<body>
<div id="map" style="height: 400px;"></div>
Expand Down

0 comments on commit dbe5b42

Please sign in to comment.