PSTW_CentralizeSystem/Areas/Inventory/Views/Main/Index.cshtml
2024-11-26 16:26:56 +08:00

12 lines
352 B
Plaintext

@{
ViewData["Title"] = "PSTW Centralized System";
Layout = "~/Views/Shared/_Layout.cshtml";
}
<div class="row">
<div class="text-center">
<h1 class="display-4">Welcome To Invetory Module</h1>
<p>Learn about <a href="https://learn.microsoft.com/aspnet/core">building Web apps with ASP.NET Core</a>.</p>
</div>
</div>