fixed error pages not showing

This commit is contained in:
Thomas G 2022-06-20 21:41:13 +10:00
parent 9bc0c3a253
commit 95feeda72d
2 changed files with 41 additions and 42 deletions

View File

@ -8,28 +8,28 @@
<meta content="https://thomasluigi07.github.io/MORBLOX-WEBSITE/MORBLOXlogo.png" property="og:image"/> <meta content="https://thomasluigi07.github.io/MORBLOX-WEBSITE/MORBLOXlogo.png" property="og:image"/>
<meta content="#4b4b4b" data-react-helmet="true" name="theme-color"/> <meta content="#4b4b4b" data-react-helmet="true" name="theme-color"/>
<meta name="apple-mobile-web-app-capable" content="yes"/> <meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
<link rel="apple-touch-icon" href="/MORBLOX.png"/>
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-startup-image" href="/MORBLOXSplash.png"/> <meta name="apple-mobile-web-app-status-bar-style" content="black"/>
<link rel="icon" type="image/x-icon" href="/MORBLOX.ico"> <link rel="apple-touch-icon" href="https://morblox.us/MORBLOX.png"/>
<link rel="stylesheet" href="/main.css"> <link rel="apple-touch-startup-image" href="https://morblox.us/MORBLOXSplash.png"/>
<script src="/main.js"></script> <link rel="icon" type="image/x-icon" href="https://morblox.us/MORBLOX.ico">
<link rel="stylesheet" href="https://morblox.us/main.css">
<script src="https://morblox.us/main.js"></script>
</head> </head>
<body> <body>
<div class="navbar"> <div class="navbar">
<a id="logo_full" href="/index.html"><img alt="MORBLOX Logo" src="/MORBLOXlogo.png" width="200" height="40"/></a> <a id="logo_full" href="https://morblox.us/index.html"><img alt="MORBLOX Logo" src="https://morblox.us/MORBLOXlogo.png" width="200" height="40"/></a>
<a id="logo_small" class="invisible" href="/index.html"><img alt="MORBLOX Logo" src="/MORBLOXlogoshort.png" width="45" height="40"/></a> <a id="logo_small" class="invisible" href="https://morblox.us/index.html"><img alt="MORBLOX Logo" src="https://morblox.us/MORBLOXlogoshort.png" width="45" height="40"/></a>
<div class="navbarbuttoncontainer"> <div class="navbarbuttoncontainer">
<a class="navbarbutton" id="smallbtn5" href="/home.html">Home</a> <a class="navbarbutton" id="smallbtn5" href="https://morblox.us/home.html">Home</a>
<a class="navbarbutton" id="smallbtn4" href="/games.html">Games</a> <a class="navbarbutton" id="smallbtn4" href="https://morblox.us/games.html">Games</a>
<a class="navbarbutton" id="smallbtn0" href="/catalog.html">Catalog</a> <a class="navbarbutton" id="smallbtn0" href="https://morblox.us/catalog.html">Catalog</a>
<a class="navbarbutton" id="smallbtn1" href="/build.html">Build</a> <a class="navbarbutton" id="smallbtn1" href="https://morblox.us/build.html">Build</a>
<a class="navbarbutton" id="smallbtn2" href="/upgrade.html">Upgrade</a> <a class="navbarbutton" id="smallbtn2" href="https://morblox.us/upgrade.html">Upgrade</a>
<a class="navbarbutton" id="smallbtn3" href="/forum.html">Forum</a> <a class="navbarbutton" id="smallbtn3" href="https://morblox.us/forum.html">Forum</a>
</div> </div>
<div id="navbarlogincontainer" class=""> <div id="navbarlogincontainer" class="">
<p><a href="/signup.html">Sign Up</a> or <a href="/login.html">Log In</a> <p><a href="https://morblox.us/signup.html">Sign Up</a> or <a href="https://morblox.us/login.html">Log In</a>
</div> </div>
<div id="navbarsignedincontainer" class="invisible"> <div id="navbarsignedincontainer" class="invisible">
<p id="navbarusername">nil</p> <p id="navbarusername">nil</p>
@ -37,23 +37,22 @@
</div> </div>
<div class="smallnav"> <div class="smallnav">
<div class="smallnavbarbuttoncontainer"> <div class="smallnavbarbuttoncontainer">
<a class="smallnavbarbutton" href="/profile.html">Profile</a> <a class="smallnavbarbutton" href="https://morblox.us/profile.html">Profile</a>
<a class="smallnavbarbutton" href="/avatar.html">Avatar</a> <a class="smallnavbarbutton" href="https://morblox.us/avatar.html">Avatar</a>
<a class="smallnavbarbutton" href="/Settings.html">Settings</a> <a class="smallnavbarbutton" href="https://morblox.us/Settings.html">Settings</a>
</div> </div>
</div> </div>
<div class="invisible" id="alert"> <div class="invisible" id="alert">
<p class="alerttext" id="alerttext">ALERT TEXT</p> <p class="alerttext" id="alerttext">ALERT TEXT</p>
</div> </div>
<div class="content"> <div class="content">
<h1>404</h1> <h1>404 Page Not Found</h1>
<p>The page you have tried to visit does not exist, or it is missing!</p> <p>Could not find the page!.</p>
<p>You may have mistyped a URL.</p> <img alt="Error Image" src="https://morblox.us/error.png" width="503" height="579">
<img alt="Error Image" src="/error.png" width="503" height="579">
</div> </div>
<div id="footer"> <div id="footer">
<p>MORBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo, or the Pirates of the Caribbean. ARrrr!</p> <p>MORBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo, or the Pirates of the Caribbean. ARrrr!</p>
<p>Before signing up, please read the <a href="/privacy.html">Privacy Policy</a> and the <a href="/tos.html">Terms of Service</a>.</p> <p>Before signing up, please read the <a href="https://morblox.us/privacy.html">Privacy Policy</a> and the <a href="https://morblox.us/tos.html">Terms of Service</a>.</p>
</div id="footer"> </div id="footer">
</body> </body>
</html> </html>

View File

@ -10,26 +10,26 @@
<meta name="apple-mobile-web-app-capable" content="yes"/> <meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="apple-mobile-web-app-status-bar-style" content="black"/> <meta name="apple-mobile-web-app-status-bar-style" content="black"/>
<link rel="apple-touch-icon" href="/MORBLOX.png"/> <link rel="apple-touch-icon" href="https://morblox.us/MORBLOX.png"/>
<link rel="apple-touch-startup-image" href="/MORBLOXSplash.png"/> <link rel="apple-touch-startup-image" href="https://morblox.us/MORBLOXSplash.png"/>
<link rel="icon" type="image/x-icon" href="/MORBLOX.ico"> <link rel="icon" type="image/x-icon" href="https://morblox.us/MORBLOX.ico">
<link rel="stylesheet" href="/main.css"> <link rel="stylesheet" href="https://morblox.us/main.css">
<script src="/main.js"></script> <script src="https://morblox.us/main.js"></script>
</head> </head>
<body> <body>
<div class="navbar"> <div class="navbar">
<a id="logo_full" href="/index.html"><img alt="MORBLOX Logo" src="/MORBLOXlogo.png" width="200" height="40"/></a> <a id="logo_full" href="https://morblox.us/index.html"><img alt="MORBLOX Logo" src="https://morblox.us/MORBLOXlogo.png" width="200" height="40"/></a>
<a id="logo_small" class="invisible" href="/index.html"><img alt="MORBLOX Logo" src="/MORBLOXlogoshort.png" width="45" height="40"/></a> <a id="logo_small" class="invisible" href="https://morblox.us/index.html"><img alt="MORBLOX Logo" src="https://morblox.us/MORBLOXlogoshort.png" width="45" height="40"/></a>
<div class="navbarbuttoncontainer"> <div class="navbarbuttoncontainer">
<a class="navbarbutton" id="smallbtn5" href="/home.html">Home</a> <a class="navbarbutton" id="smallbtn5" href="https://morblox.us/home.html">Home</a>
<a class="navbarbutton" id="smallbtn4" href="/games.html">Games</a> <a class="navbarbutton" id="smallbtn4" href="https://morblox.us/games.html">Games</a>
<a class="navbarbutton" id="smallbtn0" href="/catalog.html">Catalog</a> <a class="navbarbutton" id="smallbtn0" href="https://morblox.us/catalog.html">Catalog</a>
<a class="navbarbutton" id="smallbtn1" href="/build.html">Build</a> <a class="navbarbutton" id="smallbtn1" href="https://morblox.us/build.html">Build</a>
<a class="navbarbutton" id="smallbtn2" href="/upgrade.html">Upgrade</a> <a class="navbarbutton" id="smallbtn2" href="https://morblox.us/upgrade.html">Upgrade</a>
<a class="navbarbutton" id="smallbtn3" href="/forum.html">Forum</a> <a class="navbarbutton" id="smallbtn3" href="https://morblox.us/forum.html">Forum</a>
</div> </div>
<div id="navbarlogincontainer" class=""> <div id="navbarlogincontainer" class="">
<p><a href="/signup.html">Sign Up</a> or <a href="/login.html">Log In</a> <p><a href="https://morblox.us/signup.html">Sign Up</a> or <a href="https://morblox.us/login.html">Log In</a>
</div> </div>
<div id="navbarsignedincontainer" class="invisible"> <div id="navbarsignedincontainer" class="invisible">
<p id="navbarusername">nil</p> <p id="navbarusername">nil</p>
@ -37,9 +37,9 @@
</div> </div>
<div class="smallnav"> <div class="smallnav">
<div class="smallnavbarbuttoncontainer"> <div class="smallnavbarbuttoncontainer">
<a class="smallnavbarbutton" href="/profile.html">Profile</a> <a class="smallnavbarbutton" href="https://morblox.us/profile.html">Profile</a>
<a class="smallnavbarbutton" href="/avatar.html">Avatar</a> <a class="smallnavbarbutton" href="https://morblox.us/avatar.html">Avatar</a>
<a class="smallnavbarbutton" href="/Settings.html">Settings</a> <a class="smallnavbarbutton" href="https://morblox.us/Settings.html">Settings</a>
</div> </div>
</div> </div>
<div class="invisible" id="alert"> <div class="invisible" id="alert">
@ -48,11 +48,11 @@
<div class="content"> <div class="content">
<h1>401 Unauthorized</h1> <h1>401 Unauthorized</h1>
<p>You do not have access to this page.</p> <p>You do not have access to this page.</p>
<img alt="Error Image" src="/error.png" width="503" height="579"> <img alt="Error Image" src="https://morblox.us/error.png" width="503" height="579">
</div> </div>
<div id="footer"> <div id="footer">
<p>MORBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo, or the Pirates of the Caribbean. ARrrr!</p> <p>MORBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo, or the Pirates of the Caribbean. ARrrr!</p>
<p>Before signing up, please read the <a href="/privacy.html">Privacy Policy</a> and the <a href="/tos.html">Terms of Service</a>.</p> <p>Before signing up, please read the <a href="https://morblox.us/privacy.html">Privacy Policy</a> and the <a href="https://morblox.us/tos.html">Terms of Service</a>.</p>
</div id="footer"> </div id="footer">
</body> </body>
</html> </html>