index.htm 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <html>
  2. <head>
  3. <meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
  4. <link href='/static/synrc.css' type='text/css' rel='stylesheet'>
  5. <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
  6. <title>Chat</title>
  7. </head>
  8. <body>
  9. <table cellpadding='20' align='center'>
  10. <tr>
  11. <td valign='top' align='center' height='230' width='300'>
  12. <br><img src='/static/S.svg' border='0' height='200' style='margin-top:0px;'><br>
  13. </td>
  14. <td colspan='2' width='700' valign='top'>
  15. <h1><b id='heading'>Roster</b></h1>
  16. <h2>Unique Feed<br><button id='logout'></button></h2>
  17. </td>
  18. </tr>
  19. <tr>
  20. <td width='300' valign='top'>
  21. <p>Just type what you think about this:</p>
  22. <textarea id='message' style='margin-left:5px; width:490px; font-size:16pt;'
  23. value='' rows='5' autofocus></textarea>
  24. <div id='upload'></div>
  25. <div id='history'></div>
  26. <button id=send>Send</body>
  27. </td>
  28. </tr>
  29. </table>
  30. <script>var transition = {pid: '', host: 'localhost', port:'8000'};</script>
  31. <script src='/n2o/protocols/bert.js'></script>
  32. <script src='/n2o/protocols/binary.js'></script>
  33. <script src='/n2o/protocols/client.js'></script>
  34. <script src='/n2o/protocols/nitrogen.js'></script>
  35. <script src='/n2o/bullet.js'></script>
  36. <script src='/n2o/xhr.js'></script>
  37. <script src='/n2o/utf8.js'></script>
  38. <script src='/n2o/template.js'></script>
  39. <script src='/n2o/n2o.js'></script>
  40. <script src='/n2o/validation.js'></script>
  41. <script src='/n2o/ftp.js'></script>
  42. <!--script src='https://synrc.com/hi.js'></script-->
  43. <script>protos = [$client,$bert]; N2O_start();</script>
  44. </body>
  45. </html>