aboutsummaryrefslogtreecommitdiff
path: root/server/app/views/index.scala.html
blob: 9de0fdfd9da58f4067a5713420e6e4f564d11a8b (plain) (blame)
1
2
3
4
5
@()

@main("Chatterbox") {
    <p>Go to /chat/USERNAME to join chat as USERNAME</p>
}