Add HomeController and initial application setup with routing

This commit is contained in:
2025-10-10 11:50:10 +02:00
parent 96b48d77a0
commit d822d11acc
13 changed files with 17 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
@()
@main("Welcome to Play") {
<h1>Welcome to Play!</h1>
}