summaryrefslogtreecommitdiff
path: root/index.html
blob: 461856bf253b20d95496d884764236eee81a06a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
  <head>


  </head>
  <body>
    <div id="chat" height="90%">
      Hello world<br>
    </div>
      <input id="send-message" type="text">
      <input id="submitb" type="submit" text="send">
      <script>
        window.$ = window.jQuery = require('./jquery-2.2.2.js');
        var blachat = require("./lib/index.js");
      </script>
  </body>
</html>