CodeLiturgy.Dashboard/CodeLiturgy.Views/Views/Home/Login.cshtml

11 lines
193 B
Plaintext
Raw Permalink Normal View History

2022-10-30 19:48:24 +03:00
@using CodeLiturgy.Views.Utils
2022-10-27 20:13:02 +03:00
@{
ViewData["Title"] = "Home Page";
}
<div class="text-center">
<h1 class="display-4">Login Module</h1>
</div>
@await Html.PartialAsync("_FooterMenu");