summaryrefslogtreecommitdiff
path: root/Pages/NotFound.razor
diff options
context:
space:
mode:
Diffstat (limited to 'Pages/NotFound.razor')
-rw-r--r--Pages/NotFound.razor5
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