Mercurial > hg > mood-conductor
diff mcserver/static/index.html~ @ 11:2c3fe4b24640
update python static folder
author | mgeorgi |
---|---|
date | Fri, 22 Jun 2012 11:24:19 +0100 |
parents | 9d2f4e6a3f36 |
children |
line wrap: on
line diff
--- a/mcserver/static/index.html~ Fri Jun 22 11:01:34 2012 +0100 +++ b/mcserver/static/index.html~ Fri Jun 22 11:24:19 2012 +0100 @@ -6,8 +6,10 @@ <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"> + <canvas width="320" height="320" id="canvas"> <span id="marker" style="position:relative; background:#ccc;"></span> + </canvas> + <div style="font-size:40px;font-weight:bold" id="label"> </div> </body> </html>