From 317f43fee40a0b4e1ec48b24df4d6f7fa00c1aed Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Fri, 11 Aug 2023 19:47:20 -0700 Subject: [PATCH] Update chat entry page: remove beta mention, add rules --- web/templates/chat.html | 73 ++++++++++++++++++++++++++--------------- 1 file changed, 46 insertions(+), 27 deletions(-) diff --git a/web/templates/chat.html b/web/templates/chat.html index 5390e0f..9b5fba9 100644 --- a/web/templates/chat.html +++ b/web/templates/chat.html @@ -58,11 +58,52 @@ +

Chat Room Rules

+

- This chat room is currently ready for beta testing. It's a very new app built - specifically for {{PrettyTitle}} and may still be lacking in some features and may be rough around - the edges. Give it a try and send feedback if you run into any technical - issues with the chat room! + Please observe the following rules for the chat room. +

+ + + +

+ * Explicit videos will show with a red icon instead of + blue in the Who List so people can know what they're + getting into before they open your cam, in case someone prefers not to just see some + guy jerking off.

@@ -100,28 +141,6 @@ For a tour of the chat interface & features, see the Chat Help page.

-

Chat Room Rules

- -

- Please observe the following rules for the chat room. -

- - -

Click on the button below to join the chat room:

@@ -199,4 +218,4 @@ window.addEventListener("DOMContentLoaded", () => { }).catch(console.error); }); -{{end}} \ No newline at end of file +{{end}}