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
Jaidyn Ann a4da1b6da9 Move messages to /room/*/messages; per-room index
This allows the navigation frame to highlight the
current room; and for the user-list frame to
reflect current room.
2023-05-31 09:27:02 -05:00

14 lines
347 B
HTML

<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Rooms</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">
<base href="" target="_top">
</head>
<body>
{{LIST_ITEMS}}
</body>
</html>