aboutsummaryrefslogtreecommitdiff
path: root/server/app/views/index.scala.html
diff options
context:
space:
mode:
Diffstat (limited to 'server/app/views/index.scala.html')
-rw-r--r--server/app/views/index.scala.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/app/views/index.scala.html b/server/app/views/index.scala.html
index 05dbc0d..9de0fdf 100644
--- a/server/app/views/index.scala.html
+++ b/server/app/views/index.scala.html
@@ -1,5 +1,5 @@
@()
-@main("Welcome to Chat") {
-
+@main("Chatterbox") {
+ <p>Go to /chat/USERNAME to join chat as USERNAME</p>
}