Init
This commit is contained in:
12
Prefab.Web.Client/Pages/NotFound.razor
Normal file
12
Prefab.Web.Client/Pages/NotFound.razor
Normal file
@@ -0,0 +1,12 @@
|
||||
@page "/not-found"
|
||||
@layout MainLayout
|
||||
@rendermode InteractiveAuto
|
||||
|
||||
<PageTitle>Page Not Found</PageTitle>
|
||||
|
||||
<div class="block mt-4">
|
||||
<div class="container container--max--xl">
|
||||
<h3>Not Found</h3>
|
||||
<p>Sorry, the content you are looking for does not exist.</p>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user