Files
deepdrft/DeepDrftPublic.Client/Pages/NotFound.razor
T

8 lines
164 B
Plaintext

@page "/404"
<MudText Typo="Typo.h3">
Not Found
</MudText>
<MudText Typo="Typo.body1">
Sorry, the content you are looking for does not exist.
</MudText>