mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-04-24 01:46:37 +02:00
13 lines
309 B
HTML
13 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>
|