aboutsummaryrefslogtreecommitdiff
path: root/app/views/index.scala.html
diff options
context:
space:
mode:
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}