Files
ChronoCCG/Chrono/Shared/Pages/NotFound.razor
T
2026-06-22 16:27:28 -04:00

7 lines
144 B
Plaintext

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