Files
TWA-App/TWASys-App/Views/Home/Index.cshtml
2025-09-30 17:28:38 +07:00

9 lines
232 B
Plaintext

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