Last change
on this file since 249 was
249,
checked in by hendrikvanantwerpen, 13 years ago
|
This one's for Subversion, because it's so close...
First widget (stripped down sequencer).
Seperated client and server code in two direcotry trees.
|
File size:
593 bytes
|
Line | |
---|
1 | <!DOCTYPE html> |
---|
2 | <html> |
---|
3 | <head> |
---|
4 | <title>DJI</title> |
---|
5 | <script type="text/javascript" src="../../d3.js"></script> |
---|
6 | <script type="text/javascript" src="../../d3.csv.js"></script> |
---|
7 | <script type="text/javascript" src="../../d3.time.js"></script> |
---|
8 | <script type="text/javascript" src="calendar.js"></script> |
---|
9 | <link type="text/css" rel="stylesheet" href="../../lib/colorbrewer/colorbrewer.css"/> |
---|
10 | <link type="text/css" rel="stylesheet" href="calendar.css"/> |
---|
11 | </head> |
---|
12 | <body> |
---|
13 | <div id="chart"></div> |
---|
14 | <script type="text/javascript" src="dji.js"></script> |
---|
15 | </body> |
---|
16 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.