Add project files.
This commit is contained in:
35
TaxPayerFull/App.razor
Normal file
35
TaxPayerFull/App.razor
Normal file
@@ -0,0 +1,35 @@
|
||||
<Router AppAssembly="@typeof(App).Assembly">
|
||||
<Found Context="routeData">
|
||||
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
|
||||
<FocusOnNavigate RouteData="@routeData" Selector="h1" />
|
||||
</Found>
|
||||
<NotFound>
|
||||
<PageTitle>Not found</PageTitle>
|
||||
<LayoutView Layout="@typeof(MainLayout)">
|
||||
<main>
|
||||
<div class="tp-error-area tp-error-ptb p-relative">
|
||||
<div class="tp-error-left-shape">
|
||||
<img src="img/login/error-shape.png" alt="">
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xl-12">
|
||||
<div class="tp-error-content-box text-center mb-40">
|
||||
<img src="img/login/text-404.png" alt="">
|
||||
</div>
|
||||
<div class="tp-error-text-box text-center">
|
||||
<h4 class="error-title-sm">صفحه پیدا نشد</h4>
|
||||
<p>صفحه ای که به دنبال آن هستید، یافت نشد</p>
|
||||
<a class="tp-btn-inner tp-btn-hover alt-color-black" href="#">
|
||||
<span> برگشت به صفحه اصلی</span>
|
||||
<b style="top: -8.02078px; left: 116.625px;"></b>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</LayoutView>
|
||||
</NotFound>
|
||||
</Router>
|
Reference in New Issue
Block a user