1234567891011121314151617 |
- <!DOCTYPE HTML>
- <html lang="en">
- <head>
- <title>Users — {{ROOM_TITLE}}</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="stylesheet" href="/style.css" type="text/css">
- <meta http-equiv="refresh" content="30">
- <base href="" target="main">
- </head>
- <body>
- <ul>
- {{LIST_ITEMS}}
- </ul>
- </body>
- </html>
|