status/index.html

58 lines
2.4 KiB
HTML

<html lang="en-us" class="loggedout">
<head>
<title>ARCHBLOX Status</title>
<meta charset="utf-8">
<meta content="ARCHBLOX Status" property="og:title">
<meta content="View the current status of ARCHBLOX." property="og:description">
<meta content="https://status.archblox.com" property="og:url" />
<meta content="https://status.archblox.com/img/MORBLOXlogo.png" property="og:image" />
<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="https://status.archblox.com/img/MORBLOX.png" />
<link rel="apple-touch-startup-image" href="https://status.archblox.com/img/MORBLOXsplash.png" />
<meta name="viewport" content="width=device-width, viewport-fit=cover, initial-scale=1">
<link rel="icon" type="image/x-icon" href="https://status.archblox.com/MORBLOX.ico">
<link href="https://status.archblox.com/css/app.css" rel="stylesheet">
<script src="https://status.archblox.com/js/darkmode.js"></script>
<script>
getDarkMode()
</script>
<script>
var a=document.getElementsByTagName("a");
for(var i=0;i<a.length;i++)
{
a[i].onclick=function()
{
window.location=this.getAttribute("href");
return false
}
}
</script>
<script src="https://status.archblox.com/js/detect.css" defer></script>
</head>
<body>
<br>
<div id="logo_signup">
<a href="https://status.archblox.com"><img alt="ARCHBLOX Logo" src="https://status.archblox.com/img/ARCHBLOXarched.png" width="200"
height="40" /></a>
<p>Status</p>
</div>
<div class="content_signup">
<h1>ARCHBLOX Status</h1>
<br />
<p>Site: Maintenance</p>
<p>Ongoing since 08/11/2022. This situation will be resolved once I am able to purchase a web server.</p>
<br />
<p>Studio/Bootstrapper: Limited</p>
<p>Ongoing since 06/03/2023. This will be fixed once the Studio is patched for a newer domain.</p>
<br />
<p>Client/Launcher: Not playable</p>
<p>Ongoing since 08/11/2022. Unknown if can be resored to a playable state until I am able to purchase a web server.</p>
</div>
<div id="footer_signup">
<p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo or any other company.</p>
</div>
</body>
</html>