Archived
1
0
Disbranĉigi 0
Ĉi tiu deponejo arĥiviĝis je 2024-01-29. Vi povas vidi kaj elŝuti dosierojn, sed ne povas puŝi nek raporti problemojn nek tirpeti.
spidercat/templates/room-list.html

17 lines
422 B
HTML
Raw Normal View History

2023-05-29 23:13:07 -05:00
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Rooms</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
2023-05-30 23:59:37 -05:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2023-05-29 23:13:07 -05:00
<link rel="stylesheet" href="/style.css" type="text/css">
2023-05-31 16:36:54 -05:00
<meta http-equiv="refresh" content="30">
<base href="" target="_top">
2023-05-29 23:13:07 -05:00
</head>
<body>
2023-05-31 15:51:09 -05:00
<ul class="room-list">
{{LIST_ITEMS}}
</ul>
2023-05-29 23:13:07 -05:00
</body>
</html>