Created
January 21, 2020 04:50
-
-
Save garethpaul/6e141a28a983685e02f5dbf2224e2f8c to your computer and use it in GitHub Desktop.
Power 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> | |
| <meta charset='utf-8' /> | |
| <title>Power Map</title> | |
| <meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' /> | |
| <script src='https://api.tiles.mapbox.com/mapbox-gl-js/v1.4.1/mapbox-gl.js'></script> | |
| <link href='https://api.tiles.mapbox.com/mapbox-gl-js/v1.4.1/mapbox-gl.css' rel='stylesheet' /> | |
| <link href='https://fonts.googleapis.com/css?family=Roboto&display=swap' rel='stylesheet' /> | |
| <link href='styles.css' rel='stylesheet' /> | |
| </head> | |
| <body> | |
| <nav id='menu'></nav> | |
| <div id='map'></div> | |
| <script src='map-script.js'></script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment