<!doctype html> <html> <head> <title> irc client with WebSOCKS </title> <link rel="stylesheet" href="style.css"></link> </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 id="connect">connect</button> <div id="irc-window"> </div> <script src="websocks-irc.js" type="text/javascript"></script> </html>