Files
ChronoCCG/Chrono/Shared/Pages/NotFound.razor
T
2026-07-05 17:14:19 -04:00

6 lines
125 B
Plaintext

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