view nodejs-server/index.html @ 4:02b4c5e122e8

small config update
author gyorgyf
date Sun, 17 Jun 2012 00:00:01 +0100
parents 89a05584e39e
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 style="background:#eee; position:absolute; width: 640px; height: 960px" id="canvas">
      <span id="marker" style="position:relative; background:#ccc;"></span>
    </div>
  </body>
</html>