aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/404.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/404.js')
-rw-r--r--src/pages/404.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pages/404.js b/src/pages/404.js
new file mode 100644
index 0000000..9026548
--- /dev/null
+++ b/src/pages/404.js
@@ -0,0 +1,3 @@
+export default function FoHunnid() {
+ return <h1>this page should be a fallback - something went wrong rip</h1>
+} \ No newline at end of file