annot-server/templates/index.html
changeset 2 fc1ab0074e29
parent 0 e1d4d7a8255a
equal deleted inserted replaced
1:1cdebfeb77f9 2:fc1ab0074e29
    44          function log(m) {
    44          function log(m) {
    45             ellog.innerHTML += m + '\n';
    45             ellog.innerHTML += m + '\n';
    46             ellog.scrollTop = ellog.scrollHeight;
    46             ellog.scrollTop = ellog.scrollHeight;
    47          };
    47          };
    48       </script>
    48       </script>
       
    49       <link rel="stylesheet" type="text/css" href="/static/css/base.css">
    49    </head>
    50    </head>
    50    <body>
    51    <body>
    51       <h1>OSC websocket Test</h1>
    52       <h1>OSC websocket Test</h1>
    52       <noscript>You must enable JavaScript</noscript>
    53       <noscript>You must enable JavaScript</noscript>
    53       <pre id="log" style="height: 20em; overflow-y: scroll; background-color: #faa;"></pre>
    54       <pre id="log"></pre>
    54    </body>
    55    </body>
    55 </html>
    56 </html>