initial
This commit is contained in:
9
OnProfNext.Client/Pages/NotFound.razor
Normal file
9
OnProfNext.Client/Pages/NotFound.razor
Normal file
@@ -0,0 +1,9 @@
|
||||
@page "/not-found"
|
||||
@layout Layout.MainLayout
|
||||
|
||||
<PageTitle>Not Found</PageTitle>
|
||||
|
||||
<MudText Typo="Typo.h3" GutterBottom="true">404 - Page Not Found</MudText>
|
||||
<MudText Class="mb-8">Sorry, the content you are looking for does not exist.</MudText>
|
||||
|
||||
<MudButton Variant="Variant.Filled" Color="Color.Primary" Href="/">Go to Home</MudButton>
|
||||
Reference in New Issue
Block a user