CodeLiturgy.Dashboard/BlueWest.Views/Views/System/Index.cshtml

13 lines
193 B
Plaintext
Raw Normal View History

2022-09-26 04:05:23 +03:00
@using BlueWest.Views.Utils
2022-09-19 05:50:15 +03:00
@{
ViewData["Title"] = "Home Page";
}
<div class="text-center">
2022-09-26 04:05:23 +03:00
<h1 class="display-4">System Module</h1>
</div>
@await Html.PartialAsync("_FooterMenu");