Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SohamKore authored Feb 15, 2024
1 parent af2ab66 commit bfe40b7
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1013,11 +1013,13 @@ <h1 style="font-size: medium;">About</h1>
});

</script>
<script
src='https://maps.googleapis.com/maps/api/js?key=AIzaSyBzYRJcyjmJ0l4Th1QVRDOh4ZhDO0RZxOE&callback=initMap'></script>
<script>
const apiKey = "{{ secrets.GOOGLE_MAPS_API_KEY }}";
const script = document.createElement('script');
script.src = `https://maps.googleapis.com/maps/api/js?key=${apiKey}&callback=initMap`;
document.body.appendChild(script);
</script>

<script
src='https://maps.googleapis.com/maps/api/js?key=AIzaSyBzYRJcyjmJ0l4Th1QVRDOh4ZhDO0RZxOE&callback=initMap'></script>
</script>

</html>
</html>

0 comments on commit bfe40b7

Please sign in to comment.