Files
KnockOutWhist-Web/app/views/index.scala.html
2025-10-09 10:36:56 +02:00

6 lines
62 B
HTML

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