aboutsummaryrefslogtreecommitdiff
path: root/app/views/index.scala.html
blob: 68d37fb1d4dd78599b132f954d1fe5b2245981e5 (plain) (blame)
1
2
3
4
5
@()

@main("Welcome to Play") {
  <h1>Welcome to Play!</h1>
}