view nodejs-server/index.html~ @ 6:9d2f4e6a3f36

color coding in client ui
author mgeorgi
date Fri, 22 Jun 2012 10:14:12 +0100
parents 89a05584e39e
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>