Index.cshtml 232 B

12345678
  1. @{
  2. ViewData["Title"] = "Home Page";
  3. }
  4. <div class="text-center">
  5. <h1 class="display-4">Welcome</h1>
  6. <p>Learn about <a href="https://learn.microsoft.com/aspnet/core">building Web apps with ASP.NET Core</a>.</p>
  7. </div>