This commit is contained in:
Janus C. H. Knudsen 2026-01-29 20:47:01 +01:00
parent fc9319f7d9
commit 1856e5f1af
202 changed files with 84813 additions and 0 deletions

10
Pages/Index.cshtml Normal file
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>