diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..461856b --- /dev/null +++ b/index.html @@ -0,0 +1,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> |