Created
September 24, 2018 12:31
-
-
Save shgidi/d52a8688d7d507a788f914b5897f993d to your computer and use it in GitHub Desktop.
Basic index for a map
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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