comparison mcserver/static/index.html~ @ 6:9d2f4e6a3f36

color coding in client ui
author mgeorgi
date Fri, 22 Jun 2012 10:14:12 +0100
parents 89a05584e39e
children 2c3fe4b24640
comparison
equal deleted inserted replaced
4:02b4c5e122e8 6:9d2f4e6a3f36
4 <head> 4 <head>
5 <title>Mood Conductor</title> 5 <title>Mood Conductor</title>
6 <script src="app.js"></script> 6 <script src="app.js"></script>
7 </head> 7 </head>
8 <body onload="Application.init()" style="margin:0px;padding:0px"> 8 <body onload="Application.init()" style="margin:0px;padding:0px">
9 <div id="label">mood</div> 9 <div style="background:#eee; position:absolute; width: 320px; height: 320px" id="canvas">
10 <div style="position:absolute; width: 640px; height: 960px" id="canvas"> 10 <span id="marker" style="position:relative; background:#ccc;"></span>
11 <div id="marker" style="position:relative; background:#ccc;width:10px;height:10px"></div>
12 </div> 11 </div>
13 </body> 12 </body>
14 </html> 13 </html>