Files
java-tutorials/play-framework/introduction/app/views/index.scala.html
T
2019-10-24 13:20:08 +02:00

6 lines
62 B
HTML

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