Files
Electron.NET/src/ElectronNET.Samples.AuthMiddleware/Components/Pages/NotFound.razor
2026-03-18 19:49:48 +01: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>