source: Dev/branches/jQueryUI/client/d3/examples/cartogram/demers.html @ 249

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: 595 bytes
Line 
1<!DOCTYPE html>
2<html>
3  <head>
4    <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
5    <title>Demers Cartogram</title>
6    <script type="text/javascript" src="../../d3.js"></script>
7    <script type="text/javascript" src="../../d3.geo.js"></script>
8    <script type="text/javascript" src="../../d3.geom.js"></script>
9    <script type="text/javascript" src="../../d3.layout.js"></script>
10    <link type="text/css" rel="stylesheet" href="demers.css"/>
11  </head>
12  <body>
13    <div id="chart"></div>
14    <script type="text/javascript" src="demers.js"></script>
15  </body>
16</html>
Note: See TracBrowser for help on using the repository browser.