Files
api/app/views/index.scala.html
T
2026-07-09 00:03:55 +03:00

6 lines
62 B
HTML

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