java-tutorials/web-modules/play-modules/async-http/app/views/index.scala.html

6 lines
62 B
HTML

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