From a188df3ae359ab770aac85d19d23739286ef6d41 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Tue, 9 Jun 2026 22:53:50 +0200 Subject: Initial commit --- chat/templates/room.html | 451 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 451 insertions(+) create mode 100644 chat/templates/room.html (limited to 'chat/templates/room.html') diff --git a/chat/templates/room.html b/chat/templates/room.html new file mode 100644 index 0000000..de76f67 --- /dev/null +++ b/chat/templates/room.html @@ -0,0 +1,451 @@ + + + + + + + {{ room_name }} — dreamchat + + + +
+ +
+ {{ room_name }} +
+ + +
+
+ +
+ +
+ + + + {{ room_name|json_script:"room-name" }} + + + -- cgit v1.2.3