diff options
Diffstat (limited to 'app/views/pages/static/index.scala.html')
-rw-r--r-- | app/views/pages/static/index.scala.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/pages/static/index.scala.html b/app/views/pages/static/index.scala.html new file mode 100644 index 0000000..b6e0029 --- /dev/null +++ b/app/views/pages/static/index.scala.html | |||
@@ -0,0 +1,3 @@ | |||
1 | @(message: String) | ||
2 | |||
3 | @message | ||