simrsCore/Views/Dashboard/Index.cshtml
2025-12-08 00:09:09 +07:00

7 lines
179 B
Plaintext

@*
For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860
*@
@{
ViewBag.Title = "Dashboard";
}
<h2>Dashboard</h2>