Created
November 17, 2015 21:11
-
-
Save aaronpdennis/3cff6aacba3156749b8d to your computer and use it in GitHub Desktop.
setup with example collisions loaded as a variable called routeCollisions
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 lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Philly Crash Dev</title> | |
<script src='https://rawgit.com/aaronpdennis/philly-crash/gh-pages/route-collisions.js'charset='utf-8'></script> | |
<script src="//d3js.org/d3.v3.min.js" charset="utf-8"></script> | |
</head> | |
<body> | |
<script> | |
// Javascript goes here | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment