Mercurial > hg > mood-conductor
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nodejs-server/index.html~ Sat Jun 16 20:31:41 2012 +0100 @@ -0,0 +1,14 @@ +<!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 id="label">mood</div> + <div style="position:absolute; width: 640px; height: 960px" id="canvas"> + <div id="marker" style="position:relative; background:#ccc;width:10px;height:10px"></div> + </div> + </body> +</html>