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
<html> | |
<head> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.17/d3.min.js"></script> | |
<script src="svg_slides.js"></script> | |
<script src="svg_interact.js"></script> | |
</head> | |
<body> | |
<script> | |
// There are probably better ways of loading the SVG, but this is one example I found |