source: Dev/trunk/d3/examples/clock/clock.html @ 76

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

d3

File size: 499 bytes
RevLine 
[76]1<!DOCTYPE html>
2<html>
3  <head>
4    <title>Polar Clock</title>
5    <script type="text/javascript" src="../../d3.js"></script>
6    <script type="text/javascript" src="../../d3.time.js"></script>
7    <link type="text/css" rel="stylesheet" href="clock.css"/>
8  </head>
9  <body>
10    <div id="clock">
11      <div>
12        Inspired by <a href="http://blog.pixelbreaker.com/polarclock/">pixelbreaker</a>.
13      </div>
14    </div>
15    <script type="text/javascript" src="clock.js"></script>
16  </body>
17</html>
Note: See TracBrowser for help on using the repository browser.