Skip to content

Instantly share code, notes, and snippets.

View jehb's full-sized avatar

Jason B jehb

View GitHub Profile
@jehb
jehb / gist:5ec4363c1869db7c3afb
Created November 23, 2015 17:46
foralex.html
<html>
<head>
<script type="text/javascript">
function changeBGC(color){
document.bgColor = color;
}
</script>
</head>
var map = L.map('map').setView([35.7753,-78.6378], 16);
L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6IjZjNmRjNzk3ZmE2MTcwOTEwMGY0MzU3YjUzOWFmNWZhIn0.Y8bhBaUMqFiPrDRW9hieoQ', {
maxZoom: 18,
attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
'<a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>, ' +
'Imagery © <a href="http://mapbox.com">Mapbox</a>',
id: 'mapbox.streets'
}).addTo(map);

Why Markdown?

The Tools

Docker

Vimdeck

| First Header | Second Header |

@jehb
jehb / README.md
Created April 25, 2015 17:01
No name

README is empty