11 lines
179 B
Plaintext
11 lines
179 B
Plaintext
|
@using BlueWest.Views.Utils
|
||
|
@{
|
||
|
ViewData["Title"] = "Home Page";
|
||
|
}
|
||
|
|
||
|
<div class="text-center">
|
||
|
<h1 class="display-4">Login Module</h1>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
@Html.Partial("_FooterMenu");
|