Files
Enciphered.Blazor.UIComponents/Components/Pages/NotFound.razor
T
2026-04-12 02:19:02 +05: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>