UNPKG

cre-nodejs-server

Version:
15 lines (13 loc) 409 B
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 5.0//EN"> <html> <head> <script src="/socket.io/socket.io.js"></script> <script src="/Client/index.js"></script> </head> <body> <textarea id="messages" style="width:600px;height:800px;"></textarea> <form action="" onsubmit="return submitMessage();"> <input id="message" autocomplete="off" /><button>Send</button> </form> </body> </html>