diff options
| author | Jake Mannens <jake@asger.xyz> | 2026-05-24 02:15:14 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2026-06-11 01:13:32 +1000 |
| commit | 34582508912d9385de897bce0f2c4cc484d7e8ce (patch) | |
| tree | 88e1df52d728abbce8bdb2d70936a1fab47d8b59 /Pages | |
| parent | ad4c3ceac2cdea5a569946e71d722d96f422606a (diff) | |
Added Routes.razor and NotFound.razor
Diffstat (limited to 'Pages')
| -rw-r--r-- | Pages/NotFound.razor | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Pages/NotFound.razor b/Pages/NotFound.razor new file mode 100644 index 0000000..917ada1 --- /dev/null +++ b/Pages/NotFound.razor @@ -0,0 +1,5 @@ +@page "/not-found" +@layout MainLayout + +<h3>Not Found</h3> +<p>Sorry, the content you are looking for does not exist.</p>
\ No newline at end of file |
