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

8 lines
122 B
Plaintext

<div class="text-center">
<h1 class="display-4">System Module</h1>
</div>
@await Html.PartialAsync("_FooterMenu");