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

8 lines
122 B
Plaintext
Raw Normal View History

2022-09-19 05:50:15 +03:00
<div class="text-center">
2022-09-26 04:05:23 +03:00
<h1 class="display-4">System Module</h1>
</div>
@await Html.PartialAsync("_FooterMenu");