mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-04-30 04:37:51 +02:00
add websocket ui
This commit is contained in:
parent
4ba1f02478
commit
27ecfe4107
4 changed files with 218 additions and 0 deletions
15
websocket-ui/index.html
Normal file
15
websocket-ui/index.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<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>
|
Loading…
Add table
Add a link
Reference in a new issue