Version and install for library
[gssweb.git] / chrome / app / gssweb.html
1 <!DOCTYPE html>
2 <html>
3   <head>
4     <script src="./gssweb.js"></script>
5   </head>
6   <body>
7     <button id='connect'>Connect</button>
8     <input id='gss_command' />
9     <button id='send-message'>Send</button>
10     <div id='response'></div>
11   </body>
12 </html>