i2pd-tools/websocket-ui/index.html

16 lines
365 B
HTML
Raw Normal View History

2016-10-20 16:02:25 +02:00
<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>