diff options
author | Joe Robinson <joe@lc8n.com> | 2016-03-24 17:17:39 +0100 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2016-03-24 17:17:39 +0100 |
commit | db3ebaab5f2b5d986b378c2350bfc5b6f9d54271 (patch) | |
tree | 45655164e57937d069e73fe1d76bf900caff2782 /index.html |
Intiial commit
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> |