Files
java-tutorials/play-framework/async-http/app/views/index.scala.html
T

6 lines
62 B
HTML
Raw Normal View History

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