Skip to content

Instantly share code, notes, and snippets.

View werbeckes's full-sized avatar

Nathan Werbeckes werbeckes

View GitHub Profile
@werbeckes
werbeckes / index.html
Last active May 18, 2017 03:08
SLP Stats Map
<!DOCTYPE html>
<html lang="en">
<head>
<script src="http://d3js.org/d3.v3.min.js"></script>
<style>
.state{
fill: none;
stroke: #a9a9a9;
stroke-width: 1;
}