PSTW_CentralizeSystem/Views/Home/Index.cshtml
2024-11-20 16:27:35 +08:00

11 lines
287 B
Plaintext

@{
ViewData["Title"] = "PSTW Centralized System";
}
<div class="row">
<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>
</div>