index.scala.html 62 B

12345
  1. @()
  2. @main("Welcome to Play") {
  3. <h1>Welcome to Play!</h1>
  4. }