Skip to content

Instantly share code, notes, and snippets.

@fabrinal
Created October 1, 2015 13:27
Show Gist options
  • Save fabrinal/d6928b8b66da2bf31f4e to your computer and use it in GitHub Desktop.
Save fabrinal/d6928b8b66da2bf31f4e to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
<meta charset="utf-8">
<title>Simple markers</title>
<style>
html, body {
height: 100%;
margin: 0;
padding: 0;
}
#map {
height: 100%;
}
</style>
</head>
<body>
<!-- map code will goes in here -->
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=API_KEY&signed_in=true&callback=initMap">
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment