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.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/index.scala.html b/app/views/index.scala.html
new file mode 100644
index 0000000..68d37fb
--- /dev/null
+++ b/app/views/index.scala.html
@@ -0,0 +1,5 @@
+@()
+
+@main("Welcome to Play") {
+ <h1>Welcome to Play!</h1>
+}