fix up exmaples

This commit is contained in:
Jeff Becker 2017-08-28 12:18:24 -04:00
parent 574db0ab55
commit 028a5590ae
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05
10 changed files with 13799 additions and 280 deletions

View file

@ -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>