Skip to content

Instantly share code, notes, and snippets.

@aleszu
Created July 5, 2017 01:22
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 aleszu/172dba83842be1b31dbd9d7b26a93e40 to your computer and use it in GitHub Desktop.
Save aleszu/172dba83842be1b31dbd9d7b26a93e40 to your computer and use it in GitHub Desktop.
<html>
<body
<!-- mapbox gl js -->
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v0.38.0/mapbox-gl.js'></script>
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.38.0/mapbox-gl.css' rel='stylesheet' />
<script>
// Here we are going to put our map code
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment