add websocket ui

This commit is contained in:
Jeff Becker 2016-10-20 10:02:25 -04:00
parent 4ba1f02478
commit 27ecfe4107
No known key found for this signature in database
GPG key ID: AB950234D6EA286B
4 changed files with 218 additions and 0 deletions

15
websocket-ui/index.html Normal file
View file

@ -0,0 +1,15 @@
<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>