🔨 Finish the initial setup of the Zone project

This commit is contained in:
2025-11-19 21:12:07 +08:00
parent 382579a20e
commit ce18b194a5
11 changed files with 217 additions and 27 deletions

View File

@@ -0,0 +1,10 @@
@page
@model IndexModel
@{
ViewData["Title"] = "Home page";
}
<div class="text-center">
<h1 class="display-4">Welcome</h1>
<p>Learn about <a href="https://learn.microsoft.com/aspnet/core">building Web apps with ASP.NET Core</a>.</p>
</div>