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.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/server/app/views/index.scala.html b/server/app/views/index.scala.html
new file mode 100644
index 0000000..911bdaf
--- /dev/null
+++ b/server/app/views/index.scala.html
@@ -0,0 +1,9 @@
+@()
+
+@main("Welcome to Play") {
+ <main id="root">placeholder</main>
+ <script src="@routes.Assets.versioned("client-fastopt.js")" type="text/javascript"></script>
+ <script type="text/javascript">
+ chat.Main().main()
+ </script>
+}