appaibuiltest/Pages/Index.cshtml
Janus C. H. Knudsen b778d91196 fc
2026-01-30 22:56:31 +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>