2
0
Fork 0
mirror of https://github.com/PurpleI2P/i2pd-tools.git synced 2025-06-19 20:45:39 +02:00
i2pd-tools/websocket-ui/index.html
2016-10-20 10:02:25 -04:00

15 lines
365 B
HTML

<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>