초기 커밋.

This commit is contained in:
2024-12-12 08:43:54 +09:00
parent 2edab0da5d
commit fc02fa11c3
81 changed files with 75087 additions and 0 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>