update classic site

This commit is contained in:
Thomas G 2022-09-03 14:14:40 +10:00
parent e8cc8d80b3
commit 6ab16c36e3
22 changed files with 156 additions and 156 deletions

View File

@ -1,11 +1,11 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>morblox.us - 404</title>
<meta content="morblox.us - 404" property="og:title"/>
<meta content="MORBLOX is a work in progress revival." property="og:description"/>
<meta content="https://morblox.us/" property="og:url"/>
<meta content="https://morblox.us/MORBLOXlogo.png" property="og:image"/>
<title>archblox.com - 404</title>
<meta content="archblox.com - 404" property="og:title"/>
<meta content="ARCHBLOX is a work in progress revival." property="og:description"/>
<meta content="https://archblox.com/" property="og:url"/>
<meta content="https://archblox.com/MORBLOXlogo.png" property="og:image"/>
<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-status-bar-style" content="black"/>
@ -19,8 +19,8 @@
<body>
<ul></ul>
<div id="logo_signup">
<a href="index.html"><img alt="MORBLOX Logo" src="MORBLOXlogo.png" width="200" height="40"/></a>
<p id="morbin">It's MORBLOX time.</p>
<a href="index.html"><img alt="ARCHBLOX Logo" src="MORBLOXlogo.png" width="200" height="40"/></a>
<p id="morbin">It's ARCHBLOX time.</p>
</div>
<div class="content_signup">
<h2>403 Unauthorized</h2>
@ -29,7 +29,7 @@
<img alt="Angry Luigi" src="error.png" width="100%" height="max-content">
</div>
<div id="footer_signup">
<p>MORBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin time!</p>
<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>
</div id="footer_signup">
</body>

View File

@ -1,11 +1,11 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>morblox.us - 404</title>
<meta content="morblox.us - 404" property="og:title"/>
<meta content="MORBLOX is a work in progress revival." property="og:description"/>
<meta content="https://morblox.us/" property="og:url"/>
<meta content="https://morblox.us/MORBLOXlogo.png" property="og:image"/>
<title>archblox.com - 404</title>
<meta content="archblox.com - 404" property="og:title"/>
<meta content="ARCHBLOX is a work in progress revival." property="og:description"/>
<meta content="https://archblox.com/" property="og:url"/>
<meta content="https://archblox.com/MORBLOXlogo.png" property="og:image"/>
<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-status-bar-style" content="black"/>
@ -19,8 +19,8 @@
<body>
<ul></ul>
<div id="logo_signup">
<a href="index.html"><img alt="MORBLOX Logo" src="MORBLOXlogo.png" width="200" height="40"/></a>
<p id="morbin">It's MORBLOX time.</p>
<a href="index.html"><img alt="ARCHBLOX Logo" src="MORBLOXlogo.png" width="200" height="40"/></a>
<p id="morbin">It's ARCHBLOX time.</p>
</div>
<div class="content_signup">
<h2>404 Page Not Found</h2>
@ -29,7 +29,7 @@
<img alt="Angry Luigi" src="error.png" width="100%" height="max-content">
</div>
<div id="footer_signup">
<p>MORBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin time!</p>
<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>
</div id="footer_signup">
</body>

View File

@ -4,13 +4,13 @@ window.onload = function() {
var privacytext = document.getElementById("privacytext")
var username = localStorage.getItem("username");
if (username == "") {
logo.innerHTML = "<a href=\"index.html\"><img alt=\"MORBLOX Logo\" src=\"MORBLOXlogo.png\" width=\"200\" height=\"40\"/></a><p id=\"morbin\">It's MORBLOX time.</p>"
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=\"MORBLOX Logo\" src=\"MORBLOXlogo.png\" width=\"200\" height=\"40\"/></a><p id=\"morbin\">It's MORBLOX time.</p>"
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=\"MORBLOX Logo\" src=\"MORBLOXlogo.png\" width=\"200\" height=\"40\"/></a><p id=\"morbin\">It's MORBLOX time.</p>"
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

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 223 KiB

After

Width:  |  Height:  |  Size: 283 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 34 KiB

View File

@ -1,11 +1,11 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>morblox.us - MORBLOX HQ</title>
<meta content="morblox.us - MORBLOX HQ" property="og:title"/>
<meta content="MORBLOX is a work in progress revival." property="og:description"/>
<meta content="https://morblox.us/" property="og:url"/>
<meta content="https://morblox.us/MORBLOXlogo.png" property="og:image"/>
<title>archblox.com - ARCHBLOX HQ</title>
<meta content="archblox.com - ARCHBLOX HQ" property="og:title"/>
<meta content="ARCHBLOX is a work in progress revival." property="og:description"/>
<meta content="https://archblox.com/" property="og:url"/>
<meta content="https://archblox.com/MORBLOXlogo.png" property="og:image"/>
<meta content="#4b4b4b" data-react-helmet="true" name="theme-color"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
@ -18,8 +18,8 @@
</head>
<body>
<div class="navbar">
<a id="logo_full" href="home.html"><img alt="MORBLOX Logo" src="MORBLOXlogo.png" width="200" height="40"/></a>
<a id="logo_small" class="invisible" href="home.html"><img alt="MORBLOX Logo" src="MORBLOXlogoshort.png" width="45" height="40"/></a>
<a id="logo_full" href="home.html"><img alt="ARCHBLOX Logo" src="MORBLOXlogo.png" width="200" height="40"/></a>
<a id="logo_small" class="invisible" href="home.html"><img alt="ARCHBLOX Logo" src="MORBLOXlogoshort.png" width="45" height="40"/></a>
<div class="navbarbuttoncontainer">
<a class="navbarbutton" id="smallbtn5" href="games.html">Games</a>
<a class="navbarbutton" id="smallbtn4" href="catalog.html">Catalog</a>
@ -48,8 +48,8 @@
<div class="invisible" id="LoadingGame">
<button class="redbutton" id="closebuttondl">X</button>
<img id="loadlogo" src="MORBLOXlogoshort.png">
<p>Loading MORBLOX...</p>
<p id="downloadask">Don't have MORBLOX installed?</p>
<p>Loading ARCHBLOX...</p>
<p id="downloadask">Don't have ARCHBLOX installed?</p>
<button class="bluebutton" id="loadingdlbutton">Download and Play!</button>
</div>
<div class="content">
@ -71,7 +71,7 @@
</div>
</div>
<div id="footer">
<p>MORBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin time!</p>
<p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin time!</p>
<p><a href="privacy.html">Privacy Policy</a> <a href="tos.html">Terms of Service</a></p>
</div id="footer">
</body>

View File

@ -1,11 +1,11 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>morblox.us - Games</title>
<meta content="morblox.us - Games" property="og:title"/>
<meta content="MORBLOX is a work in progress revival." property="og:description"/>
<meta content="https://morblox.us/" property="og:url"/>
<meta content="https://morblox.us/MORBLOXlogo.png" property="og:image"/>
<title>archblox.com - Games</title>
<meta content="archblox.com - Games" property="og:title"/>
<meta content="ARCHBLOX is a work in progress revival." property="og:description"/>
<meta content="https://archblox.com/" property="og:url"/>
<meta content="https://archblox.com/MORBLOXlogo.png" property="og:image"/>
<meta content="#4b4b4b" data-react-helmet="true" name="theme-color"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
@ -18,8 +18,8 @@
</head>
<body>
<div class="navbar">
<a id="logo_full" href="home.html"><img alt="MORBLOX Logo" src="MORBLOXlogo.png" width="200" height="40"/></a>
<a id="logo_small" class="invisible" href="home.html"><img alt="MORBLOX Logo" src="MORBLOXlogoshort.png" width="45" height="40"/></a>
<a id="logo_full" href="home.html"><img alt="ARCHBLOX Logo" src="MORBLOXlogo.png" width="200" height="40"/></a>
<a id="logo_small" class="invisible" href="home.html"><img alt="ARCHBLOX Logo" src="MORBLOXlogoshort.png" width="45" height="40"/></a>
<div class="navbarbuttoncontainer">
<a class="navbarbutton" id="smallbtn5" href="games.html">Games</a>
<a class="navbarbutton" id="smallbtn4" href="catalog.html">Catalog</a>
@ -56,7 +56,7 @@
</div>
</div>
<div id="footer">
<p>MORBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin time!</p>
<p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin time!</p>
<p><a href="privacy.html">Privacy Policy</a> <a href="tos.html">Terms of Service</a></p>
</div id="footer">
</body>

View File

@ -1,11 +1,11 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>morblox.us - Home</title>
<meta content="morblox.us - Home" property="og:title"/>
<meta content="MORBLOX is a work in progress revival." property="og:description"/>
<meta content="https://morblox.us/" property="og:url"/>
<meta content="https://morblox.us/MORBLOXlogo.png" property="og:image"/>
<title>archblox.com - Home</title>
<meta content="archblox.com - Home" property="og:title"/>
<meta content="ARCHBLOX is a work in progress revival." property="og:description"/>
<meta content="https://archblox.com/" property="og:url"/>
<meta content="https://archblox.com/MORBLOXlogo.png" property="og:image"/>
<meta content="#4b4b4b" data-react-helmet="true" name="theme-color"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
@ -18,8 +18,8 @@
</head>
<body>
<div class="navbar">
<a id="logo_full" href="home.html"><img alt="MORBLOX Logo" src="MORBLOXlogo.png" width="200" height="40"/></a>
<a id="logo_small" class="invisible" href="home.html"><img alt="MORBLOX Logo" src="MORBLOXlogoshort.png" width="45" height="40"/></a>
<a id="logo_full" href="home.html"><img alt="ARCHBLOX Logo" src="MORBLOXlogo.png" width="200" height="40"/></a>
<a id="logo_small" class="invisible" href="home.html"><img alt="ARCHBLOX Logo" src="MORBLOXlogoshort.png" width="45" height="40"/></a>
<div class="navbarbuttoncontainer">
<a class="navbarbutton" id="smallbtn5" href="games.html">Games</a>
<a class="navbarbutton" id="smallbtn4" href="catalog.html">Catalog</a>
@ -176,7 +176,7 @@
<ul></ul>
</div>
<div id="footer">
<p>MORBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin time!</p>
<p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin time!</p>
<p><a href="privacy.html">Privacy Policy</a> <a href="tos.html">Terms of Service</a></p>
</div id="footer">
</body>

View File

@ -1,11 +1,11 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>morblox.us - It's MORBLOX time.</title>
<meta content="It's MORBLOX time." property="og:title"/>
<meta content="MORBLOX is a work in progress revival." property="og:description"/>
<meta content="https://morblox.us/" property="og:url"/>
<meta content="https://morblox.us/MORBLOXlogo.png" property="og:image"/>
<title>archblox.com - It's ARCHBLOX time.</title>
<meta content="It's ARCHBLOX time." property="og:title"/>
<meta content="ARCHBLOX is a work in progress revival." property="og:description"/>
<meta content="https://archblox.com/" property="og:url"/>
<meta content="https://archblox.com/MORBLOXlogo.png" property="og:image"/>
<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-status-bar-style" content="black"/>
@ -21,16 +21,16 @@
<ul></ul>
<div id="logo_signup">
<a href="index.html"><img alt="MORBLOX Logo" src="MORBLOXlogo.png" width="200" height="40"/></a>
<p id="morbin">It's MORBLOX time.</p>
<p id="morbin">It's ARCHBLOX time.</p>
</div>
<div class="content_signup">
<h1>Welcome to MORBLOX!</h1>
<p>MORBLOX is a Work-In-Progress revival.</p>
<h1>Welcome to ARCHBLOX!</h1>
<p>ARCHBLOX is a Work-In-Progress revival.</p>
<ul></ul>
<a href="login.html">Log In</a>
<a href="signup.html">Sign Up</a>
<ul></ul>
<p id="morblox" class="invisible">Want to check out the published site? <a href="https://morblox.us">Click here!</a></p>
<p id="morblox" class="invisible">Want to check out the current site? <a href="https://archblox.com">Click here!</a></p>
<p id="discord">Also, <a href="https://discord.gg/nudzQ7hkWY">Join our Discord!</a></p>
<ul></ul>
<h2>DEBUG SETTINGS BELOW!</h2>
@ -56,7 +56,7 @@
<ul></ul>
</div>
<div id="footer_signup">
<p>MORBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin time!</p>
<p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin time!</p>
<p><a href="privacy_signup.html">Privacy Policy</a> <a href="tos_signup.html">Terms of Service</a></p>
</div id="footer_signup">
</body>

View File

@ -1,7 +1,7 @@
window.onload = function() {
var morblox = document.getElementById("morblox")
var usernamecontainer = document.getElementById("UsernameContainer");
if (window.location.hostname == "morblox.us") {
if (window.location.hostname == "archblox.com") {
morblox.className = "invisible";
} else {
morblox.className = "";

View File

@ -1,11 +1,11 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>morblox.us - Log In</title>
<meta content="morblox.us - Log In" property="og:title"/>
<meta content="MORBLOX is a work in progress revival." property="og:description"/>
<meta content="https://morblox.us/" property="og:url"/>
<meta content="https://morblox.us/MORBLOXlogo.png" property="og:image"/>
<title>archblox.com - Log In</title>
<meta content="archblox.com - Log In" property="og:title"/>
<meta content="ARCHBLOX is a work in progress revival." property="og:description"/>
<meta content="https://archblox.com/" property="og:url"/>
<meta content="https://archblox.com/MORBLOXlogo.png" property="og:image"/>
<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-status-bar-style" content="black"/>
@ -20,8 +20,8 @@
<ul></ul>
<ul></ul>
<div id="logo_signup">
<a href="index.html"><img alt="MORBLOX Logo" src="MORBLOXlogo.png" width="200" height="40"/></a>
<p id="morbin">It's MORBLOX time.</p>
<a href="index.html"><img alt="ARCHBLOX Logo" src="MORBLOXlogo.png" width="200" height="40"/></a>
<p id="morbin">It's ARCHBLOX time.</p>
</div>
<div class="content_signup">
<h1>Welcome back!</h1>
@ -35,7 +35,7 @@
<button class="greenbutton">Log in!</button>
</div>
<div id="footer_signup">
<p>MORBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin time!</p>
<p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin time!</p>
<p><a href="privacy_signup.html">Privacy Policy</a> <a href="tos_signup.html">Terms of Service</a></p>
</div id="footer_signup">
</body>

View File

@ -1,11 +1,11 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>morblox.us - Log Out</title>
<meta content="morblox.us - Log Out" property="og:title"/>
<meta content="MORBLOX is a work in progress revival." property="og:description"/>
<meta content="https://morblox.us/" property="og:url"/>
<meta content="https://morblox.us/MORBLOXlogo.png" property="og:image"/>
<title>archblox.com - Log Out</title>
<meta content="archblox.com - Log Out" property="og:title"/>
<meta content="ARCHBLOX is a work in progress revival." property="og:description"/>
<meta content="https://archblox.com/" property="og:url"/>
<meta content="https://archblox.com/MORBLOXlogo.png" property="og:image"/>
<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-status-bar-style" content="black"/>
@ -19,8 +19,8 @@
<body>
<ul></ul>
<div id="logo_signup">
<a href="index.html"><img alt="MORBLOX Logo" src="MORBLOXlogo.png" width="200" height="40"/></a>
<p id="morbin">It's MORBLOX time.</p>
<a href="index.html"><img alt="ARCHBLOX Logo" src="MORBLOXlogo.png" width="200" height="40"/></a>
<p id="morbin">It's ARCHBLOX time.</p>
</div>
<ul></ul>
<div class="logoutframe">

View File

@ -10,11 +10,11 @@ window.onload = function() {
status.className = "invisible"
ask.className = ""
if (username == "") {
logo.innerHTML = "<a href=\"index.html\"><img alt=\"MORBLOX Logo\" src=\"MORBLOXlogo.png\" width=\"200\" height=\"40\"/></a><p id=\"morbin\">It's MORBLOX time.</p>"
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>"
} else if (username == null) {
logo.innerHTML = "<a href=\"index.html\"><img alt=\"MORBLOX Logo\" src=\"MORBLOXlogo.png\" width=\"200\" height=\"40\"/></a><p id=\"morbin\">It's MORBLOX time.</p>"
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>"
} else {
logo.innerHTML = "<a href=\"home.html\"><img alt=\"MORBLOX Logo\" src=\"MORBLOXlogo.png\" width=\"200\" height=\"40\"/></a><p id=\"morbin\">It's MORBLOX time.</p>"
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>"
}
btnyes.onclick = function() {
status.className = ""
@ -22,7 +22,7 @@ window.onload = function() {
console.log("Clearing data...")
localStorage.setItem("username","")
console.log("Cleared data!")
logo.innerHTML = "<a href=\"index.html\"><img alt=\"MORBLOX Logo\" src=\"MORBLOXlogo.png\" width=\"200\" height=\"40\"/></a><p id=\"morbin\">It's MORBLOX time.</p>"
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>"
logouttext.innerHTML = "Logged out successfully! Now, <a href=\"index.html\">click this</a> to go back to the main page."
}
btnno.onclick = function() {
@ -31,13 +31,13 @@ window.onload = function() {
ask.className = "invisible"
if (username == "") {
logouttext.innerHTML = "Canceled logout. <a href=\"index.html\">Click here</a> to go back."
logo.innerHTML = "<a href=\"index.html\"><img alt=\"MORBLOX Logo\" src=\"MORBLOXlogo.png\" width=\"200\" height=\"40\"/></a><p id=\"morbin\">It's MORBLOX time.</p>"
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>"
} else if (username == null) {
logouttext.innerHTML = "Canceled logout. <a href=\"index.html\">Click here</a> to go back."
logo.innerHTML = "<a href=\"index.html\"><img alt=\"MORBLOX Logo\" src=\"MORBLOXlogo.png\" width=\"200\" height=\"40\"/></a><p id=\"morbin\">It's MORBLOX time.</p>"
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>"
} else {
logouttext.innerHTML = "Canceled logout. <a href=\"home.html\">Click here</a> to go back."
logo.innerHTML = "<a href=\"home.html\"><img alt=\"MORBLOX Logo\" src=\"MORBLOXlogo.png\" width=\"200\" height=\"40\"/></a><p id=\"morbin\">It's MORBLOX time.</p>"
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>"
}
}
};

View File

@ -1,5 +1,5 @@
{
"name": "MORBLOX",
"name": "ARCHBLOX",
"lang": "en-US",
"start_url": "index.html",
"display": "standalone",

View File

@ -1,11 +1,11 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>morblox.us - Privacy Policy</title>
<meta content="morblox.us - Privacy Policy" property="og:title"/>
<meta content="MORBLOX is a work in progress revival." property="og:description"/>
<meta content="https://morblox.us/" property="og:url"/>
<meta content="https://morblox.us/MORBLOXlogo.png" property="og:image"/>
<title>archblox.com - Privacy Policy</title>
<meta content="archblox.com - Privacy Policy" property="og:title"/>
<meta content="ARCHBLOX is a work in progress revival." property="og:description"/>
<meta content="https://archblox.com/" property="og:url"/>
<meta content="https://archblox.com/MORBLOXlogo.png" property="og:image"/>
<meta content="#4b4b4b" data-react-helmet="true" name="theme-color"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes"/>
@ -18,8 +18,8 @@
</head>
<body>
<div class="navbar">
<a id="logo_full" href="home.html"><img alt="MORBLOX Logo" src="MORBLOXlogo.png" width="200" height="40"/></a>
<a id="logo_small" class="invisible" href="home.html"><img alt="MORBLOX Logo" src="MORBLOXlogoshort.png" width="45" height="40"/></a>
<a id="logo_full" href="home.html"><img alt="ARCHBLOX Logo" src="MORBLOXlogo.png" width="200" height="40"/></a>
<a id="logo_small" class="invisible" href="home.html"><img alt="ARCHBLOX Logo" src="MORBLOXlogoshort.png" width="45" height="40"/></a>
<div class="navbarbuttoncontainer">
<a class="navbarbutton" id="smallbtn5" href="games.html">Games</a>
<a class="navbarbutton" id="smallbtn4" href="catalog.html">Catalog</a>
@ -47,17 +47,17 @@
</div>
<div class="content">
<h1>Privacy Policy</h1>
<p>MORBLOX is committed to providing a silly ROBLOX revival and this policy outlines our ongoing obligations to you in respect of how we manage your Personal Information.
<p>ARCHBLOX is committed to providing a silly ROBLOX revival and this policy outlines our ongoing obligations to you in respect of how we manage your Personal Information.
We have adopted the Australian Privacy Principles (APPs) contained in the Privacy Act 1988 (Cth) (the Privacy Act). The NPPs govern the way in which we collect, use, disclose, store, secure and dispose of your Personal Information.
A copy of the Australian Privacy Principles may be obtained from the website of The Office of the Australian Information Commissioner at www.aoic.gov.au</p>
<h2>Req. Legal Disclaimer</h2>
<p>MORBLOX is not associated, partnered or owned with Roblox Corp in any way.</p>
<p>ARCHBLOX is not associated, partnered or owned with Roblox Corp in any way.</p>
<h2>How we store your passwords</h2>
<p>As with every other site that uses passwords, we need a way to secure them, so no bad actors can read them. We use bcrypt to store your passwords securely.</p>
<h2>What is Personal Information and why do we collect it?</h2>
<p>Personal Information is information that identifies an individual. The Personal Information we collect include your username, age and email address.
We also store your Places, Decals, T-Shirts, Shirts, Pants, Audios, Settings, Friends and MORBUX until you delete it yourself, or we moderate it (see our Terms of Service).
This Personal Information is obtained from our website morblox.us. We do not store your IP Address.
This Personal Information is obtained from our website archblox.com. We do not store your IP Address.
We collect your Personal Information for the primary purpose of using the services. We may also use your Personal Information for secondary purposes closely related to the primary purpose, in circumstances where you would reasonably expect such use or disclosure.
When we collect Personal Information, we will, where appropriate and where possible, explain to you why we are collecting the information and how we plan to use it.</p>
<h2>What happens when your account gets terminated?</h2>
@ -78,7 +78,7 @@
<ul></ul>
</div>
<div id="footer">
<p>MORBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin time!</p>
<p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin time!</p>
<p><a href="privacy.html">Privacy Policy</a> <a href="tos.html">Terms of Service</a></p>
</div id="footer">
</body>

View File

@ -1,11 +1,11 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>morblox.us - Privacy Policy</title>
<meta content="morblox.us - Privacy Policy" property="og:title"/>
<meta content="MORBLOX is a work in progress revival." property="og:description"/>
<meta content="https://morblox.us/" property="og:url"/>
<meta content="https://morblox.us/MORBLOXlogo.png" property="og:image"/>
<title>archblox.com - Privacy Policy</title>
<meta content="archblox.com - Privacy Policy" property="og:title"/>
<meta content="ARCHBLOX is a work in progress revival." property="og:description"/>
<meta content="https://archblox.com/" property="og:url"/>
<meta content="https://archblox.com/MORBLOXlogo.png" property="og:image"/>
<meta content="#4b4b4b" data-react-helmet="true" name="theme-color"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes"/>
@ -19,22 +19,22 @@
<ul></ul>
<ul></ul>
<div id="logo_signup">
<a href="index.html"><img alt="MORBLOX Logo" src="MORBLOXlogo.png" width="200" height="40"/></a>
<p id="morbin">It's MORBLOX time.</p>
<a href="index.html"><img alt="ARCHBLOX Logo" src="MORBLOXlogo.png" width="200" height="40"/></a>
<p id="morbin">It's ARCHBLOX time.</p>
</div>
<div class="content_signup">
<h1>Privacy Policy</h1>
<p>MORBLOX is committed to providing a silly ROBLOX revival and this policy outlines our ongoing obligations to you in respect of how we manage your Personal Information.
<p>ARCHBLOX is committed to providing a silly ROBLOX revival and this policy outlines our ongoing obligations to you in respect of how we manage your Personal Information.
We have adopted the Australian Privacy Principles (APPs) contained in the Privacy Act 1988 (Cth) (the Privacy Act). The NPPs govern the way in which we collect, use, disclose, store, secure and dispose of your Personal Information.
A copy of the Australian Privacy Principles may be obtained from the website of The Office of the Australian Information Commissioner at www.aoic.gov.au</p>
<h2>Req. Legal Disclaimer</h2>
<p>MORBLOX is not associated, partnered or owned with Roblox Corp in any way.</p>
<p>ARCHBLOX is not associated, partnered or owned with Roblox Corp in any way.</p>
<h2>How we store your passwords</h2>
<p>As with every other site that uses passwords, we need a way to secure them, so no bad actors can read them. We use bcrypt to store your passwords securely.</p>
<h2>What is Personal Information and why do we collect it?</h2>
<p>Personal Information is information that identifies an individual. The Personal Information we collect include your username, age and email address.
We also store your Places, Decals, T-Shirts, Shirts, Pants, Audios, Settings, Friends and MORBUX until you delete it yourself, or we moderate it (see our Terms of Service).
This Personal Information is obtained from our website morblox.us. We do not store your IP Address.
This Personal Information is obtained from our website archblox.com. We do not store your IP Address.
We collect your Personal Information for the primary purpose of using the services. We may also use your Personal Information for secondary purposes closely related to the primary purpose, in circumstances where you would reasonably expect such use or disclosure.
When we collect Personal Information, we will, where appropriate and where possible, explain to you why we are collecting the information and how we plan to use it.</p>
<h2>What happens when your account gets terminated?</h2>
@ -55,7 +55,7 @@
<ul></ul>
</div>
<div id="footer_signup">
<p>MORBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin time!</p>
<p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin time!</p>
<p><a href="privacy_signup.html">Privacy Policy</a> <a href="tos_signup.html">Terms of Service</a></p>
</div id="footer">
</body>

View File

@ -1,11 +1,11 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>morblox.us - Profile</title>
<meta content="morblox.us - Profile" property="og:title"/>
<meta content="MORBLOX is a work in progress revival." property="og:description"/>
<meta content="https://morblox.us/" property="og:url"/>
<meta content="https://morblox.us/MORBLOXlogo.png" property="og:image"/>
<title>archblox.com - Profile</title>
<meta content="archblox.com - Profile" property="og:title"/>
<meta content="ARCHBLOX is a work in progress revival." property="og:description"/>
<meta content="https://archblox.com/" property="og:url"/>
<meta content="https://archblox.com/MORBLOXlogo.png" property="og:image"/>
<meta content="#4b4b4b" data-react-helmet="true" name="theme-color"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
@ -18,8 +18,8 @@
</head>
<body>
<div class="navbar">
<a id="logo_full" href="home.html"><img alt="MORBLOX Logo" src="MORBLOXlogo.png" width="200" height="40"/></a>
<a id="logo_small" class="invisible" href="home.html"><img alt="MORBLOX Logo" src="MORBLOXlogoshort.png" width="45" height="40"/></a>
<a id="logo_full" href="home.html"><img alt="ARCHBLOX Logo" src="MORBLOXlogo.png" width="200" height="40"/></a>
<a id="logo_small" class="invisible" href="home.html"><img alt="ARCHBLOX Logo" src="MORBLOXlogoshort.png" width="45" height="40"/></a>
<div class="navbarbuttoncontainer">
<a class="navbarbutton" id="smallbtn5" href="games.html">Games</a>
<a class="navbarbutton" id="smallbtn4" href="catalog.html">Catalog</a>
@ -52,7 +52,7 @@
</div>
<div id="content_special">
<div id="profileleftcontainer">
<p id="status">"I'm new to MORBLOX!"</p>
<p id="status">"I'm new to ARCHBLOX!"</p>
<img alt="profile image" src="reviewpending.png" width="75%">
<p id="bio">Hello!</p>
<ul></ul>
@ -62,8 +62,8 @@
<h3>Place Visits: 0</h3>
</div>
<ul></ul>
<h2>MORBLOX Badges</h2>
<p>This user has not collected any MORBLOX badges yet!</p>
<h2>ARCHBLOX Badges</h2>
<p>This user has not collected any ARCHBLOX badges yet!</p>
<ul></ul>
<h2>Game Badges</h2>
<p>This user has not collected any game badges yet!</p>
@ -79,7 +79,7 @@
</div>
</div>
<div id="footer">
<p>MORBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin time!</p>
<p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin time!</p>
<p><a href="privacy.html">Privacy Policy</a> <a href="tos.html">Terms of Service</a></p>
</div id="footer">
</body>

View File

@ -1,11 +1,11 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>morblox.us - Settings</title>
<meta content="morblox.us - Settings" property="og:title"/>
<meta content="MORBLOX is a work in progress revival." property="og:description"/>
<meta content="https://morblox.us/" property="og:url"/>
<meta content="https://morblox.us/MORBLOXlogo.png" property="og:image"/>
<title>archblox.com - Settings</title>
<meta content="archblox.com - Settings" property="og:title"/>
<meta content="ARCHBLOX is a work in progress revival." property="og:description"/>
<meta content="https://archblox.com/" property="og:url"/>
<meta content="https://archblox.com/MORBLOXlogo.png" property="og:image"/>
<meta content="#4b4b4b" data-react-helmet="true" name="theme-color"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
@ -18,8 +18,8 @@
</head>
<body>
<div class="navbar">
<a id="logo_full" href="home.html"><img alt="MORBLOX Logo" src="MORBLOXlogo.png" width="200" height="40"/></a>
<a id="logo_small" class="invisible" href="home.html"><img alt="MORBLOX Logo" src="MORBLOXlogoshort.png" width="45" height="40"/></a>
<a id="logo_full" href="home.html"><img alt="ARCHBLOX Logo" src="MORBLOXlogo.png" width="200" height="40"/></a>
<a id="logo_small" class="invisible" href="home.html"><img alt="ARCHBLOX Logo" src="MORBLOXlogoshort.png" width="45" height="40"/></a>
<div class="navbarbuttoncontainer">
<a class="navbarbutton" id="smallbtn5" href="games.html">Games</a>
<a class="navbarbutton" id="smallbtn4" href="catalog.html">Catalog</a>
@ -78,7 +78,7 @@
</div>
</div>
<div id="footer">
<p>MORBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin time!</p>
<p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin time!</p>
<p><a href="privacy.html">Privacy Policy</a> <a href="tos.html">Terms of Service</a></p>
</div id="footer">
</body>

View File

@ -1,11 +1,11 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>morblox.us - Sign Up</title>
<meta content="morblox.us - Sign Up" property="og:title"/>
<meta content="MORBLOX is a work in progress revival." property="og:description"/>
<meta content="https://morblox.us/" property="og:url"/>
<meta content="https://morblox.us/MORBLOXlogo.png" property="og:image"/>
<title>archblox.com - Sign Up</title>
<meta content="archblox.com - Sign Up" property="og:title"/>
<meta content="ARCHBLOX is a work in progress revival." property="og:description"/>
<meta content="https://archblox.com/" property="og:url"/>
<meta content="https://archblox.com/MORBLOXlogo.png" property="og:image"/>
<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-status-bar-style" content="black"/>
@ -20,11 +20,11 @@
<ul></ul>
<ul></ul>
<div id="logo_signup">
<a href="index.html"><img alt="MORBLOX Logo" src="MORBLOXlogo.png" width="200" height="40"/></a>
<p id="morbin">It's MORBLOX time.</p>
<a href="index.html"><img alt="ARCHBLOX Logo" src="MORBLOXlogo.png" width="200" height="40"/></a>
<p id="morbin">It's ARCHBLOX time.</p>
</div>
<div class="content_signup">
<h1>Welcome to MORBLOX!</h1>
<h1>Welcome to ARCHBLOX!</h1>
<p>Have an account already? <a href="login.html">Click here</a> to log in.</p>
<ul></ul>
<p>Before entering anything, please read the <a href="privacy_signup.html">Privacy Policy</a> and the <a href="tos_signup.html">Terms of Service</a>.</p>
@ -48,13 +48,13 @@
<ul></ul>
<h3>Invite Key</h3>
<input type="text" placeholder="Invite Key">
<p>An Invite Key is required to sign up. You can obtain one from a person that has played MORBLOX.</p>
<p>An Invite Key is required to sign up. You can obtain one from a person that has played ARCHBLOX.</p>
<p>Don't beg for keys.</p>
<ul></ul>
<button class="greenbutton">Sign Up!</button>
</div>
<div id="footer_signup">
<p>MORBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin time!</p>
<p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin time!</p>
<p><a href="privacy_signup.html">Privacy Policy</a> <a href="tos_signup.html">Terms of Service</a></p>
</div id="footer_signup">
</body>

View File

@ -1,11 +1,11 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>morblox.us - Terms of Service</title>
<meta content="morblox.us - Terms of Service" property="og:title"/>
<meta content="MORBLOX is a work in progress revival." property="og:description"/>
<meta content="https://morblox.us/" property="og:url"/>
<meta content="https://morblox.us/MORBLOXlogo.png" property="og:image"/>
<title>archblox.com - Terms of Service</title>
<meta content="archblox.com - Terms of Service" property="og:title"/>
<meta content="ARCHBLOX is a work in progress revival." property="og:description"/>
<meta content="https://archblox.com/" property="og:url"/>
<meta content="https://archblox.com/MORBLOXlogo.png" property="og:image"/>
<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-status-bar-style" content="black"/>
@ -18,8 +18,8 @@
</head>
<body>
<div class="navbar">
<a id="logo_full" href="home.html"><img alt="MORBLOX Logo" src="MORBLOXlogo.png" width="200" height="40"/></a>
<a id="logo_small" class="invisible" href="home.html"><img alt="MORBLOX Logo" src="MORBLOXlogoshort.png" width="45" height="40"/></a>
<a id="logo_full" href="home.html"><img alt="ARCHBLOX Logo" src="MORBLOXlogo.png" width="200" height="40"/></a>
<a id="logo_small" class="invisible" href="home.html"><img alt="ARCHBLOX Logo" src="MORBLOXlogoshort.png" width="45" height="40"/></a>
<div class="navbarbuttoncontainer">
<a class="navbarbutton" id="smallbtn5" href="games.html">Games</a>
<a class="navbarbutton" id="smallbtn4" href="catalog.html">Catalog</a>
@ -47,14 +47,14 @@
</div>
<div class="content">
<h1>Terms of Service</h1>
<p>Welcome to MORBLOX! Before playing, you'll need to know the rules to make sure you know what you can and can't do here.</p>
<p>Welcome to ARCHBLOX! Before playing, you'll need to know the rules to make sure you know what you can and can't do here.</p>
<ul></ul>
<h2>Our Rules</h2>
<h5>At the end of every rule there is a "()" section containing what the punishment is for breaking that rule.</h5>
<p>&#x2022; Swearing is fine, but please do not say any racial or homophobic slurs. (Ban for few days, Termination)</p>
<p>&#x2022; Do not upload NSFW/NSFL content to MORBLOX, or post links to that contents. (Termination)</p>
<p>&#x2022; You must be over the age of 13 to play MORBLOX. (Termination)</p>
<p>&#x2022; Don't mini-mod, or pretend to be a MORBLOX Developer or Administrator. (Warning, Ban for few days)</p>
<p>&#x2022; Do not upload NSFW/NSFL content to ARCHBLOX, or post links to that contents. (Termination)</p>
<p>&#x2022; You must be over the age of 13 to play ARCHBLOX. (Termination)</p>
<p>&#x2022; Don't mini-mod, or pretend to be a ARCHBLOX Developer or Administrator. (Warning, Ban for few days)</p>
<p>&#x2022; Do not scam other users for their MORBUX. (Ban for few days, Termination)</p>
<p>&#x2022; Do not harass other users. (Ban for few days, Termination)</p>
<p>&#x2022; Do not make accounts for the purpose of breaking rules. (Termination)</p>
@ -63,11 +63,11 @@
<p>&#x2022; Don't spam. (Warning, Ban for few days)</p>
<ul></ul>
<h2>Asset Moderation</h2>
<p>If we believe that any of your assets is breaking the rules, we will remove or change that Asset as required, and then take action onto your MORBLOX account.</p>
<p>If we believe that any of your assets is breaking the rules, we will remove or change that Asset as required, and then take action onto your ARCHBLOX account.</p>
<ul></ul>
</div>
<div id="footer">
<p>MORBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin time!</p>
<p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin time!</p>
<p><a href="privacy.html">Privacy Policy</a> <a href="tos.html">Terms of Service</a></p>
</div id="footer">
</body>

View File

@ -1,11 +1,11 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>morblox.us - Terms of Service</title>
<meta content="morblox.us - Terms of Service" property="og:title"/>
<meta content="MORBLOX is a work in progress revival." property="og:description"/>
<meta content="https://morblox.us/" property="og:url"/>
<meta content="https://morblox.us/MORBLOXlogo.png" property="og:image"/>
<title>archblox.com - Terms of Service</title>
<meta content="archblox.com - Terms of Service" property="og:title"/>
<meta content="ARCHBLOX is a work in progress revival." property="og:description"/>
<meta content="https://archblox.com/" property="og:url"/>
<meta content="https://archblox.com/MORBLOXlogo.png" property="og:image"/>
<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-status-bar-style" content="black"/>
@ -19,19 +19,19 @@
<ul></ul>
<ul></ul>
<div id="logo_signup">
<a href="index.html"><img alt="MORBLOX Logo" src="MORBLOXlogo.png" width="200" height="40"/></a>
<p id="morbin">It's MORBLOX time.</p>
<a href="index.html"><img alt="ARCHBLOX Logo" src="MORBLOXlogo.png" width="200" height="40"/></a>
<p id="morbin">It's ARCHBLOX time.</p>
</div>
<div class="content_signup">
<h1>Terms of Service</h1>
<p>Welcome to MORBLOX! Before playing, you'll need to know the rules to make sure you know what you can and can't do here.</p>
<p>Welcome to ARCHBLOX! Before playing, you'll need to know the rules to make sure you know what you can and can't do here.</p>
<ul></ul>
<h2>Our Rules</h2>
<h5>At the end of every rule there is a "()" section containing what the punishment is for breaking that rule.</h5>
<p>&#x2022; Swearing is fine, but please do not say any racial or homophobic slurs. (Ban for few days, Termination)</p>
<p>&#x2022; Do not upload NSFW/NSFL content to MORBLOX, or post links to that contents. (Termination)</p>
<p>&#x2022; You must be over the age of 13 to play MORBLOX. (Termination)</p>
<p>&#x2022; Don't mini-mod, or pretend to be a MORBLOX Developer or Administrator. (Warning, Ban for few days)</p>
<p>&#x2022; Do not upload NSFW/NSFL content to ARCHBLOX, or post links to that contents. (Termination)</p>
<p>&#x2022; You must be over the age of 13 to play ARCHBLOX. (Termination)</p>
<p>&#x2022; Don't mini-mod, or pretend to be a ARCHBLOX Developer or Administrator. (Warning, Ban for few days)</p>
<p>&#x2022; Do not scam other users for their MORBUX. (Ban for few days, Termination)</p>
<p>&#x2022; Do not harass other users. (Ban for few days, Termination)</p>
<p>&#x2022; Do not make accounts for the purpose of breaking rules. (Termination)</p>
@ -40,11 +40,11 @@
<p>&#x2022; Don't spam. (Warning, Ban for few days)</p>
<ul></ul>
<h2>Asset Moderation</h2>
<p>If we believe that any of your assets is breaking the rules, we will remove or change that Asset as required, and then take action onto your MORBLOX account.</p>
<p>If we believe that any of your assets is breaking the rules, we will remove or change that Asset as required, and then take action onto your ARCHBLOX account.</p>
<ul></ul>
</div>
<div id="footer_signup">
<p>MORBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin time!</p>
<p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin time!</p>
<p><a href="privacy_signup.html">Privacy Policy</a> <a href="tos_signup.html">Terms of Service</a></p>
</div id="footer_signup">
</body>