i2pd-tools/websocket-ui/index.html

14 lines
309 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;">
2016-10-20 16:25:57 +02:00
<canvas id="main" style="background: #222;">
2016-10-20 16:02:25 +02:00
</canvas>
<script type="text/javascript" src="ui.js">
</script>
</body>
</html>