Skip to content

Instantly share code, notes, and snippets.

@wuz
Last active July 27, 2017 19:05
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 wuz/eb7b8f55d7247b1d7dabf05b6d707daf to your computer and use it in GitHub Desktop.
Save wuz/eb7b8f55d7247b1d7dabf05b6d707daf to your computer and use it in GitHub Desktop.
Mapbox Access Code Snippet
<!DOCTYPE html>
<html>
<head>
<title>My Awesome Map</title>
<link rel='stylesheet' href='style.css' />
</head>
<body>
<div id='map'></div>
<script src='https://api.mapbox.com/mapbox-gl-js/v0.38.0/mapbox-gl.js'></script>
<script src='main.js'></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment