MinApp2/Pages/Index.cshtml
Janus C. H. Knudsen 80a77c4cb4 Initial commit
2026-01-31 11:45:54 +01:00

10 lines
266 B
Text

@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>