initial push
Some checks failed
Build and Push Docker Image / docker (push) Has been cancelled

This commit is contained in:
2026-04-07 21:09:18 +00:00
commit d48d2a7b79
108 changed files with 78378 additions and 0 deletions

8
Views/Home/Index.cshtml Normal file
View File

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