diff --git a/frontend/src/assets/tornCard.svg b/frontend/src/assets/tornCard.svg
new file mode 100644
index 0000000..41c7436
--- /dev/null
+++ b/frontend/src/assets/tornCard.svg
@@ -0,0 +1,310 @@
+
+
diff --git a/frontend/src/pages/Error.tsx b/frontend/src/pages/Error.tsx
index 7a93fd7..6f6b8dd 100644
--- a/frontend/src/pages/Error.tsx
+++ b/frontend/src/pages/Error.tsx
@@ -1,10 +1,31 @@
import { Link } from 'react-router-dom';
+import ErrorImage from '../assets/tornCard.svg';
function Error() {
return (
-
- This page does not exist!
-
Go back to homepage
+
+
+
+
404
+
+ Page Not Found
+
+
+
+
+
+ Sorry, the page you're looking for can't be found.
+ Please return to the Homepage!
+
+
+
+
);
}