mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-05-06 07:23:04 +02:00
fix up exmaples
This commit is contained in:
parent
574db0ab55
commit
028a5590ae
10 changed files with 13799 additions and 280 deletions
|
@ -1,14 +1,10 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title> irc client with WebSOCKS </title>
|
||||
<script src="websocks.js" type="text/javascript"></script>
|
||||
<link rel="stylesheet" href="style.css"></link>
|
||||
<title> websocks demos </title>
|
||||
</head>
|
||||
<body>
|
||||
<label for="ws-server">WebSOCKS server:</label><input id="ws-server" value="ws://127.0.0.1:7766/"></input>
|
||||
<input id="irc-server" value="irc.dg.i2p"></input>
|
||||
<button onclick="ws_try_connect()">connect</button>
|
||||
<div id="irc-window">
|
||||
</div>
|
||||
<a href="irc-client.html">irc client demo</a>
|
||||
<a href="bittorrent-client.html">bittorrent client demo</a>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue