equal
deleted
inserted
replaced
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> |