comparison mcserver/static/index.html~ @ 11:2c3fe4b24640

update python static folder
author mgeorgi
date Fri, 22 Jun 2012 11:24:19 +0100
parents 9d2f4e6a3f36
children
comparison
equal deleted inserted replaced
10:63cc59d5b665 11:2c3fe4b24640
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 style="background:#eee; position:absolute; width: 320px; height: 320px" id="canvas"> 9 <canvas width="320" height="320" id="canvas">
10 <span id="marker" style="position:relative; background:#ccc;"></span> 10 <span id="marker" style="position:relative; background:#ccc;"></span>
11 </canvas>
12 <div style="font-size:40px;font-weight:bold" id="label">
11 </div> 13 </div>
12 </body> 14 </body>
13 </html> 15 </html>