Mercurial > hg > mood-conductor
view nodejs-server/index.html~ @ 8:f9d621228bd9
send on mouse release
author | mgeorgi |
---|---|
date | Fri, 22 Jun 2012 10:34:48 +0100 |
parents | 9d2f4e6a3f36 |
children | 63cc59d5b665 |
line wrap: on
line source
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Mood Conductor</title> <script src="app.js"></script> </head> <body onload="Application.init()" style="margin:0px;padding:0px"> <div style="background:#eee; position:absolute; width: 320px; height: 320px" id="canvas"> <span id="marker" style="position:relative; background:#ccc;"></span> </div> </body> </html>