PlanTempusApp/Application/Pages/Index.cshtml

14 lines
286 B
Text
Raw Normal View History

2025-01-03 16:21:03 +00:00
@page
@model IndexModel
@{
ViewData["Title"] = "Home page";
}
<hello name="John"></hello>
<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>