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