Added testers

This commit is contained in:
2023-07-12 21:13:11 +02:00
parent 4627e103fe
commit bd2bba08da
83 changed files with 74558 additions and 18 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>