Files
timetracker/Components/Pages/NotFound.razor
T
Wieland, Marc 88ac175190 first commit
2026-05-22 09:18:01 +02:00

5 lines
122 B
Plaintext

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