17 lines
450 B
HTML
17 lines
450 B
HTML
<!DOCTYPE HTML>
|
|
<html lang="en">
|
|
<head>
|
|
<title>{{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="5">
|
|
</head>
|
|
<body>
|
|
<table>
|
|
{{LIST_ITEMS}}
|
|
</table>
|
|
<div id="bottom"> <!-- for auto-scrolling to the bottom! -->
|
|
</body>
|
|
</html>
|