aboutsummaryrefslogtreecommitdiff
path: root/app/views/index.scala.html
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2015-01-22 20:58:09 +0100
committerPacien TRAN-GIRARD2015-01-22 20:58:09 +0100
commit2f6780969318c08c7a0a0e8e52a7dad33ff53786 (patch)
tree893d9356b0fd02b40124712bfa88128f02cd7b53 /app/views/index.scala.html
downloadminibay-2f6780969318c08c7a0a0e8e52a7dad33ff53786.tar.gz
Bootstrap Play Scala project
Diffstat (limited to 'app/views/index.scala.html')
-rw-r--r--app/views/index.scala.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/index.scala.html b/app/views/index.scala.html
new file mode 100644
index 0000000..d6a6b22
--- /dev/null
+++ b/app/views/index.scala.html
@@ -0,0 +1,7 @@
1@(message: String)
2
3@main("Welcome to Play") {
4
5 @play20.welcome(message)
6
7}