Sha256: b2bcb2b6200d9ddd09202a7d1e7caa8755e20380535438848dc5e4202a7ee1c6

Contents?: true

Size: 728 Bytes

Versions: 5

Compression:

Stored size: 728 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/ruby-jp/websocket-client-simple">https://github.com/ruby-jp/websocket-client-simple</a>
    </div>
  </body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
websocket-client-simple-0.9.0 sample/webbrowser/index.html
websocket-client-simple-0.8.0 sample/webbrowser/index.html
websocket-client-simple-0.7.0 sample/webbrowser/index.html
websocket-client-simple-0.6.1 sample/webbrowser/index.html
websocket-client-simple-0.6.0 sample/webbrowser/index.html