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>
|
|
|
|
|
|
|
|
|
2022-11-17 01:17:37 +03:00
|
|
|
@await Html.PartialAsync("_FooterMenu");
|