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

7 lines
67 B
HTML

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