1
0
mirror of https://github.com/PurpleI2P/i2pd-tools synced 2025-01-12 15:57:55 +00:00
i2pd-tools/websocket-ui/index.html
2016-10-20 10:25:57 -04:00

14 lines
309 B
HTML

<html>
<head>
<title> websocket events </title>
<script type="text/javascript" src="leftpad.js">
</script>
</head>
<body style="background: #222;">
<canvas id="main" style="background: #222;">
</canvas>
<script type="text/javascript" src="ui.js">
</script>
</body>
</html>