You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
365 B
16 lines
365 B
8 years ago
|
<html>
|
||
|
<head>
|
||
|
<title> websocket events </title>
|
||
|
<script type="text/javascript" src="leftpad.js">
|
||
|
</script>
|
||
|
</head>
|
||
|
<body style="background: #222;">
|
||
|
<div id="log">
|
||
|
</div>
|
||
|
<canvas id="main" width="1200" height="700" style="background: #222;">
|
||
|
</canvas>
|
||
|
<script type="text/javascript" src="ui.js">
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|