diff --git a/renderer/404.html b/renderer/404.html
index 9530dbc..5a1f1ad 100644
--- a/renderer/404.html
+++ b/renderer/404.html
@@ -1,41 +1,83 @@
-
-
🪐
-
404 - Page Not Found
-
You’ve warped into an unknown sector.
-
Tried to reach:
-
+
+
+
+ Page Not Found 404
+
+
The page you're looking for doesn't exist or has been moved. You've warped into an unknown sector of the web.
+
+
+ - The URL might be typed incorrectly.
+ - The page may have been removed or relocated.
+ - The link you followed could be outdated or broken.
+ - Try going back or navigate to the home page.
+
-
-
+
+
+
+
Nebula Navigation Error
-
-
+ }
+
+ document.getElementById('backBtn').onclick = () => history.length > 1 ? history.back() : sendNavigate('nebula://home');
+ document.getElementById('homeBtn').onclick = () => sendNavigate('nebula://home');
+ document.getElementById('settingsBtn').onclick = () => window.location.href = "settings.html";
+})();
+