annot-server/templates/index.html
changeset 2 fc1ab0074e29
parent 0 e1d4d7a8255a
--- a/annot-server/templates/index.html	Wed Oct 08 18:08:52 2014 +0200
+++ b/annot-server/templates/index.html	Thu Oct 09 08:44:36 2014 +0200
@@ -46,10 +46,11 @@
             ellog.scrollTop = ellog.scrollHeight;
          };
       </script>
+      <link rel="stylesheet" type="text/css" href="/static/css/base.css">
    </head>
    <body>
       <h1>OSC websocket Test</h1>
       <noscript>You must enable JavaScript</noscript>
-      <pre id="log" style="height: 20em; overflow-y: scroll; background-color: #faa;"></pre>
+      <pre id="log"></pre>
    </body>
 </html>