diff 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
line wrap: on
line diff
--- a/mcserver/static/index.html	Sun Jun 17 00:00:01 2012 +0100
+++ b/mcserver/static/index.html	Fri Jun 22 10:14:12 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: 640px; height: 960px" 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>