Not mine at all, just a leaflet version of Alan Mislove's map
xxxxxxxxxx
<meta charset="utf-8">
<style>
html { height: 100% }
body { height: 100%; margin: 0; padding: 0;}
#map{ height: 100% }
</style>
<link rel="stylesheet" href="https://cdn.leafletjs.com/leaflet-0.6.4/leaflet.css" />
<!--[if lte IE 8]>
<link rel="stylesheet" href="https://cdn.leafletjs.com/leaflet-0.6.4/leaflet.ie.css" />
<![endif]-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.6.4/leaflet.min.js"></script>
<div id="map"></div>
<script>
var m = L.map('map').setView([42.36, -71.06], 8);
L.tileLayer('https://geotags.s3.amazonaws.com/draw-{z}-{x}-{y}.png',{maxZoom:9,attribution:"Map Tiles by <a href='https://www.ccs.neu.edu/~amislove'>Alan Mislove</a>"}).addTo(m);
</script>
Modified http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.js to a secure url
https://cdn.leafletjs.com/leaflet-0.6.4/leaflet.js