Files
TWA-App/Storage-CDN/Views/Home/Index.cshtml
2025-10-22 09:41:40 +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>