view 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 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 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>