Sha256: 5650e0213027187e935da8341c68dc83ff0017c11c11b6edcf87a088993b6a24
Contents?: true
Size: 726 Bytes
Versions: 18
Compression:
Stored size: 726 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="UTF-8" content="text/html" http-equiv="Content-Type"> <title>websocket chat</title> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script src="./main.js"></script> </head> <body> <h1>websocket chat</h1> <div> <input id="name" size="15" type="text" value="NAME"> <input id="message" size="80" type="text" value="hello hello"> <input id="btn_post" type="button" value="post"> </div> <ul id="chat"></ul> <div id="footer"> <hr> <a href="https://github.com/shokai/websocket-client-simple">https://github.com/shokai/websocket-client-simple</a> </div> </body> </html>
Version data entries
18 entries across 18 versions & 1 rubygems