Created
November 13, 2013 20:55
-
-
Save tmcw/7456248 to your computer and use it in GitHub Desktop.
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' /> | |
| <meta charset=utf-8 /> | |
| <title>NAME | MapBox</title> | |
| <link rel='shortcut icon' href='path/to/favicon.ico' type='image/x-icon' /> | |
| <link href='https://www.mapbox.com/base/latest/base.css' rel='stylesheet' /> | |
| </head> | |
| <body> | |
| <button class='button'><span class='icon pencil'></span></button> | |
| <span class='icon pencil'></span> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment