| author | Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr> |
| Thu, 10 Apr 2014 14:20:23 +0200 | |
| changeset 47 | c0b4a8b5a012 |
| permissions | -rw-r--r-- |
<!DOCTYPE html> <html> <head> <title>Polar Clock</title> <script type="text/javascript" src="../../d3.js"></script> <script type="text/javascript" src="../../d3.time.js"></script> <link type="text/css" rel="stylesheet" href="clock.css"/> </head> <body> <div id="clock"> <div> Inspired by <a href="http://blog.pixelbreaker.com/polarclock/">pixelbreaker</a>. </div> </div> <script type="text/javascript" src="clock.js"></script> </body> </html>