Skip to content

Instantly share code, notes, and snippets.

@tmcw
Created November 13, 2013 20:55
Show Gist options
  • Select an option

  • Save tmcw/7456248 to your computer and use it in GitHub Desktop.

Select an option

Save tmcw/7456248 to your computer and use it in GitHub Desktop.
<!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