source: Dev/trunk/d3/examples/voroboids/voroboids.html @ 105

Last change on this file since 105 was 76, checked in by fpvanagthoven, 14 years ago

d3

File size: 443 bytes
Line 
1<!DOCTYPE html>
2<html>
3  <head>
4    <title>Voroboids</title>
5    <link type="text/css" rel="stylesheet" href="voroboids.css"/>
6    <script type="text/javascript" src="../../d3.js"></script>
7    <script type="text/javascript" src="../../d3.geom.js"></script>
8  </head>
9  <body>
10    <div id="vis"></div>
11    <script type="text/javascript" src="boid.js"></script>
12    <script type="text/javascript" src="voroboids.js"></script>
13  </body>
14</html>
Note: See TracBrowser for help on using the repository browser.