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 - Lost in the Void - + +404 - Page Not Found + + -
-
🪐
-

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.

+
+
- - + + +
+
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"; +})(); +