AnsonBot/AnsonBot.Client/Pages/NotFound.razor
2026-07-30 20:47:39 +01:00

5 lines
No EOL
122 B
Text

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