From f79c8898cf716c142b47ac239182ce9933e5f8c0 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Mon, 4 Aug 2025 11:43:53 +0500 Subject: feat: web --- web/index.php | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 web/index.php (limited to 'web/index.php') diff --git a/web/index.php b/web/index.php new file mode 100644 index 0000000..fd5246a --- /dev/null +++ b/web/index.php @@ -0,0 +1,41 @@ +query('SELECT name FROM rooms ORDER BY joined_at, departed_at DESC'); +$stmt->execute(); +$rooms = $stmt->fetchAll(PDO::FETCH_ASSOC); +?> + + + + + Index - <?= INSTANCE_NAME ?> + + + + + + +

Index of

+ +

There are no rooms. Add one!

+ + + + + + + + + + + + +
RoomLast message
+ + + + + \ No newline at end of file -- cgit v1.2.3