Files
java-tutorials/play-framework/introduction/app/views/index.scala.html
T
Maiklins 621491f8db Merge pull request #9 from eugenp/master
update with origin
2019-09-09 10:57:44 +02:00

6 lines
62 B
HTML

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