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.html8
1 files changed, 1 insertions, 7 deletions
diff --git a/server/app/views/index.scala.html b/server/app/views/index.scala.html
index 4b71c59..05dbc0d 100644
--- a/server/app/views/index.scala.html
+++ b/server/app/views/index.scala.html
@@ -1,11 +1,5 @@
@()
@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()
- </script>
+
}