Files
missionextraction/MauiApp2/MauiApp2.Shared/Pages/NotFound.razor
2026-04-05 21:05:33 +02:00

6 lines
123 B
Plaintext

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