minapp/Pages/Index.cshtml
Janus C. H. Knudsen 1856e5f1af Testing
2026-01-29 20:47:01 +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>