-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
V5.2.1 - Added 404 Page, Updated Tabs
- Loading branch information
Showing
12 changed files
with
146 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="referrer" content="no-referrer" /> | ||
<meta http-equiv="X-Content-Type-Options" content="nosniff" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<link rel="shortcut icon" id="tab-favicon" href="favicon.png" /> | ||
<title id="tab-title">Home</title> | ||
<link rel="stylesheet" href="/assets/styles/main.css?v=10" /> | ||
<link rel="stylesheet" href="/assets/styles/global.css?v=8" /> | ||
<script src="https://kit.fontawesome.com/1237c86ba0.js" crossorigin="anonymous"></script> | ||
</head> | ||
<body> | ||
<div class="fixed-nav-bar"></div> | ||
<div class="main error"> | ||
<h1>404</h1> | ||
<h3>Page not found.</h3> | ||
<p>Keep getting this error? Report it down below.</p> | ||
<button class="one" type="button" onclick="window.location.href = '/';">Go Back Home</button> | ||
<button class="two" type="button" onclick="window.location.href = 'https://discord.gg/interstellar'">Join our Discord (Direct)</button> | ||
<button class="three" type="button" onclick="go('https://discord.gg/interstellar')">Join our Discord (Proxied)</button> | ||
</div> | ||
</body> | ||
<script src="assets/scripts/i.js?V=42"></script> | ||
<script src="./assets/-/bundle.js?v=5-5-2024"></script> | ||
<script src="./assets/-/config.js?v=5-5-2024"></script> | ||
<script src="assets/scripts/m.js?v=54"></script> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.