This commit is contained in:
Thomas G 2023-03-06 18:38:59 +11:00
parent c35b0fdab5
commit cd1e659bb7
3 changed files with 11 additions and 28 deletions

View File

@ -1,8 +1,8 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>archblox.com - 404</title>
<meta content="archblox.com - 404" property="og:title"/>
<title>ARCHBLOX - BRB</title>
<meta content="ARCHBLOX" property="og:title"/>
<meta content="ARCHBLOX is a work in progress 2012 ROBLOX revival with a heavy emphasis on Skeuomorphic UI." property="og:description"/>
<meta content="https://archblox.com/" property="og:url"/>
<meta content="https://archblox.com/MORBLOXlogo.png" property="og:image"/>
@ -10,27 +10,26 @@
<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"/>
<link rel="apple-touch-startup-image" href="MORBLOXSplash.png"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-startup-image" href="MORBLOXSplash.png"/>
<link rel="icon" type="image/x-icon" href="MORBLOX.ico">
<link rel="stylesheet" href="main.css">
<script src="404.js"></script>
<link rel="manifest" href="manifest.json">
<script type="text/javascript" src="index.js"></script>
</head>
<body>
<ul></ul>
<div id="logo_signup">
<a href="index.html"><img alt="ARCHBLOX Logo" src="MORBLOXlogo.png" width="200" height="40"/></a>
<p id="morbin">It's ARCHBLOX time.</p>
<p id="morbin">We'll be right back!</p>
</div>
<div class="content_signup">
<h2>404 Page Not Found</h2>
<p>Aw man, look at what you have done. You've made Luigi mad!</p>
<p>Why don't you go back a page for us before Luigi destroys us all.</p>
<img alt="Angry Luigi" src="error.png" width="100%" height="max-content">
<h1>ARCHBLOX will be right back!</h1>
<p>Sorry for the wait!</p>
</div>
<div id="footer_signup">
<p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin time!</p>
<p id="privacytext"><a href="privacy_signup.html">Privacy Policy</a> <a href="tos_signup.html">Terms of Service</a></p>
<p>super mario super mario world</p>
<p>ok</p>
</div id="footer_signup">
</body>
</html>
</html>

View File

@ -1,16 +0,0 @@
window.onload = function() {
var logo = document.getElementById("logo_signup")
var privacytext = document.getElementById("privacytext")
var username = localStorage.getItem("username");
if (username == "") {
logo.innerHTML = "<a href=\"index.html\"><img alt=\"ARCHBLOX Logo\" src=\"MORBLOXlogo.png\" width=\"200\" height=\"40\"/></a><p id=\"morbin\">It's ARCHBLOX time.</p>"
privacytext.innerHTML = "<a href=\"privacy_signup.html\">Privacy Policy</a> <a href=\"tos_signup.html\">Terms of Service</a>"
} else if (username == null) {
logo.innerHTML = "<a href=\"index.html\"><img alt=\"ARCHBLOX Logo\" src=\"MORBLOXlogo.png\" width=\"200\" height=\"40\"/></a><p id=\"morbin\">It's ARCHBLOX time.</p>"
privacytext.innerHTML = "<a href=\"privacy_signup.html\">Privacy Policy</a> <a href=\"tos_signup.html\">Terms of Service</a>"
} else {
logo.innerHTML = "<a href=\"home.html\"><img alt=\"ARCHBLOX Logo\" src=\"MORBLOXlogo.png\" width=\"200\" height=\"40\"/></a><p id=\"morbin\">It's ARCHBLOX time.</p>"
privacytext.innerHTML = "<a href=\"privacy.html\">Privacy Policy</a> <a href=\"tos.html\">Terms of Service</a>"
}
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 179 KiB