mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-04-30 04:37:51 +02:00
add connector dialog for websocket ui
This commit is contained in:
parent
58d94f2549
commit
0105ad59d8
2 changed files with 60 additions and 33 deletions
|
@ -31,6 +31,10 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="login-wrapper">
|
||||
<input id="ws-url" value="ws://127.0.0.1:7666"></input>
|
||||
<button id="connect-button" onclick="startui()">connect</button>
|
||||
</div>
|
||||
<pre id="log"></pre>
|
||||
<canvas id="main">
|
||||
</canvas>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue