Files
KnockOutWhist-Web/knockoutwhistweb/app/views/index.scala.html

6 lines
76 B
HTML

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