aboutsummaryrefslogtreecommitdiff
path: root/app/views/index.scala.html
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2015-01-24 20:27:08 +0100
committerPacien TRAN-GIRARD2015-01-25 23:47:13 +0100
commitd04d732a084f07ca88fdfa82653bdfd2d6798374 (patch)
treed4b03c921e5fa98e9fb731d1549fbc8dbdc6b9fe /app/views/index.scala.html
parent2f6780969318c08c7a0a0e8e52a7dad33ff53786 (diff)
downloadminibay-d04d732a084f07ca88fdfa82653bdfd2d6798374.tar.gz
First website mockup
Diffstat (limited to 'app/views/index.scala.html')
-rw-r--r--app/views/index.scala.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/views/index.scala.html b/app/views/index.scala.html
deleted file mode 100644
index d6a6b22..0000000
--- a/app/views/index.scala.html
+++ /dev/null
@@ -1,7 +0,0 @@
1@(message: String)
2
3@main("Welcome to Play") {
4
5 @play20.welcome(message)
6
7}