room-messages.html 450 B

1234567891011121314151617
  1. <!DOCTYPE HTML>
  2. <html lang="en">
  3. <head>
  4. <title>{{ROOM_TITLE}}</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <link rel="stylesheet" href="/style.css" type="text/css">
  8. <meta http-equiv="refresh" content="5">
  9. </head>
  10. <body>
  11. <table>
  12. {{LIST_ITEMS}}
  13. </table>
  14. <div id="bottom"> <!-- for auto-scrolling to the bottom! -->
  15. </body>
  16. </html>