index.html 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637
  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><a href="/doc"><img src='/static/S.svg' border='0' height='200' style='margin-top:0px;'></a><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. {{body}}
  25. <div id='history'></div>
  26. </td>
  27. <td colspan='2' width='700' valign='top' height='550' bgcolor='#eeeeee'>
  28. {{list}}
  29. </td>
  30. </tr>
  31. </table>
  32. <!--script>var transition = {pid: '', host: 'localhost', port:'8000'};</script-->
  33. <script>{{script}}</script>
  34. {{javascript}}
  35. <script>protos = [$bert]; N2O_start();</script>
  36. </body>
  37. </html>