Add project files.

This commit is contained in:
2020-11-01 22:37:27 +01:00
parent 7e91cc2e88
commit 67a59afb7f
53 changed files with 40170 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://docs.microsoft.com/aspnet/core">building Web apps with ASP.NET Core</a>.</p>
</div>