Files
java-tutorials/play-framework/introduction/app/views/index.scala.html
T
2019-10-20 20:00:20 +05:30

6 lines
62 B
HTML

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