summaryrefslogtreecommitdiff
path: root/examples/018-web-shell.html
blob: 56d5ae525508bf5892e27a53b8135612896209be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    <script type="text/javascript">
%s
    </script>
  </head>
<body>
  <pre id="buffer"></pre> 
  <div>
    <input type="text" id="mini-buffer" value="" />
    <button onclick="connect();">connect</button>
    <button onclick="ws.close();">close</button>
  </div>
</body>
</html>