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.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/server/app/views/index.scala.html b/server/app/views/index.scala.html
index 911bdaf..4b71c59 100644
--- a/server/app/views/index.scala.html
+++ b/server/app/views/index.scala.html
@@ -1,7 +1,9 @@
@()
-@main("Welcome to Play") {
- <main id="root">placeholder</main>
+@main("Welcome to Chat") {
+ <main id="root">
+ hello
+ </main>
<script src="@routes.Assets.versioned("client-fastopt.js")" type="text/javascript"></script>
<script type="text/javascript">
chat.Main().main()