Skip to content

Instantly share code, notes, and snippets.

@shgidi
Created September 24, 2018 12:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shgidi/d52a8688d7d507a788f914b5897f993d to your computer and use it in GitHub Desktop.
Save shgidi/d52a8688d7d507a788f914b5897f993d to your computer and use it in GitHub Desktop.
Basic index for a map
<html>
<head>
<title>TA Artist Map</title>
<link rel="stylesheet" type="text/css" href="style.css">
<head>
<body>
<div id="map" class="map"></div>
<script src="map.js"></script>
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=api_key&libraries=places&callback=initMap">
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment