AdminPanel/NetinaShop.AdminPanel.PWA/Pages/NotFoundPage.razor

22 lines
833 B
Plaintext

@using Microsoft.AspNetCore.Authorization
@attribute [AllowAnonymous]
@page "/notfound"
<div class="w-screen h-screen p-0 overflow-hidden">
<div class="h-full w-fulll">
<div class="mx-auto my-auto">
<dotlottie-player src="https://lottie.host/548178d6-2ad3-40e7-a06b-c28fa39201e4/8sDGtUyf9z.json"
background="transparent" speed="1" class="mx-auto w-96 h-96 lg:w-[38rem] lg:h-[38rem]" loop autoplay />
<MudText Typo="Typo.h2" Align="Align.Center"><h2>صفحه مورد نظر پیدا نشد</h2></MudText>
<MudText Typo="Typo.h5" Align="Align.Center">صفحه مورد نظر شما پیدا نشد یا از بین رفته است ، سریع کام بک بزن به جای قبلی جیگر </MudText>
</div>
</div>
</div>
@code {
}