Files
SteUP_Dotnet/SteUp.Shared/Components/Pages/NotFound.razor
2026-02-20 15:29:32 +01:00

6 lines
160 B
Plaintext

@page "/not-found"
@using SteUp.Shared.Components.Layout
@layout MainLayout
<h3>Not Found</h3>
<p>Sorry, the content you are looking for does not exist.</p>