24 lines
959 B
Plaintext
24 lines
959 B
Plaintext
<div class="c-logo">
|
|
<div class="logo d-f f-c a-i-center">
|
|
<img src="~/images/logo3.svg" />
|
|
<span class="mt-1 logo-name">Resort Management</span>
|
|
</div>
|
|
<div class="d-b d-x-n hd-close">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 24 24" stroke="#7367f0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="d-block d-xl-none feather feather-x"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg>
|
|
</div>
|
|
</div>
|
|
<div class="menu-content">
|
|
<div class="nav-overlay"></div>
|
|
<div class="mini-scrollbar">
|
|
<div class="nav-main d-f f-c">
|
|
@await Html.PartialAsync("~/Views/Partial/MenuAP.cshtml")
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="m-footer d-f f-c">
|
|
<span>
|
|
<b>Copyright<sup>©</sup></b> 2024 ATG Technology
|
|
</span>
|
|
<span class="mt-1"><b>Version: </b> 0.0.1a</span>
|
|
</div> |