Add project files.

This commit is contained in:
2024-07-26 18:49:07 +03:30
parent 6e7520e2c4
commit 9073475fb0
102 changed files with 86794 additions and 0 deletions

9
Views/Home/About.cshtml Normal file
View File

@ -0,0 +1,9 @@
@{
ViewBag.Title = "About";
}
<main aria-labelledby="title">
<h2 id="title">@ViewBag.Title.</h2>
<h3>@ViewBag.Message</h3>
<p>Use this area to provide additional information.</p>
</main>