UNPKG

d3

Version:

A small, free JavaScript library for manipulating documents based on data.

15 lines (14 loc) 443 B
<!DOCTYPE html> <html> <head> <title>Voroboids</title> <link type="text/css" rel="stylesheet" href="voroboids.css"/> <script type="text/javascript" src="../../d3.js"></script> <script type="text/javascript" src="../../d3.geom.js"></script> </head> <body> <div id="vis"></div> <script type="text/javascript" src="boid.js"></script> <script type="text/javascript" src="voroboids.js"></script> </body> </html>