Files
azure-examples/GrafanaBlazor/FluentBlazorApp/Components/Pages/NotFound.razor
2026-01-28 10:29:49 -06:00

5 lines
126 B
Plaintext

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