6 lines
76 B
HTML
6 lines
76 B
HTML
@(output: String)
|
|
|
|
@main("Welcome to Play") {
|
|
<h1>Welcome to Play!</h1>
|
|
}
|