Mercurial > hg > mood-conductor
comparison nodejs-server/index.html~ @ 0:89a05584e39e
initial commit of mood conductor stuff
author | gyorgyf |
---|---|
date | Sat, 16 Jun 2012 20:31:41 +0100 |
parents | |
children | 9d2f4e6a3f36 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:89a05584e39e |
---|---|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" | |
2 "http://www.w3.org/TR/html4/loose.dtd"> | |
3 <html> | |
4 <head> | |
5 <title>Mood Conductor</title> | |
6 <script src="app.js"></script> | |
7 </head> | |
8 <body onload="Application.init()" style="margin:0px;padding:0px"> | |
9 <div id="label">mood</div> | |
10 <div style="position:absolute; width: 640px; height: 960px" id="canvas"> | |
11 <div id="marker" style="position:relative; background:#ccc;width:10px;height:10px"></div> | |
12 </div> | |
13 </body> | |
14 </html> |