diff options
author | Pacien TRAN-GIRARD | 2015-01-22 20:58:09 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2015-01-22 20:58:09 +0100 |
commit | 2f6780969318c08c7a0a0e8e52a7dad33ff53786 (patch) | |
tree | 893d9356b0fd02b40124712bfa88128f02cd7b53 /app/views/index.scala.html | |
download | minibay-2f6780969318c08c7a0a0e8e52a7dad33ff53786.tar.gz |
Bootstrap Play Scala project
Diffstat (limited to 'app/views/index.scala.html')
-rw-r--r-- | app/views/index.scala.html | 7 |
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 | } | ||