status/index.html

53 lines
2.0 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="/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="/img/MORBLOX.png" />
<link rel="apple-touch-icon" sizes="114x114" href="/img/MORBLOX.png">
<link rel="apple-touch-icon" sizes="72x72" href="/img/MORBLOX.png">
<link rel="apple-touch-startup-image" href="/img/MORBLOXsplash.png" />
<meta name="viewport" content="width=device-width, viewport-fit=cover, initial-scale=1">
<link rel="icon" type="image/x-icon" href="/MORBLOX.ico">
<link href="/css/app.css" rel="stylesheet">
<script src="/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="/js/detect.css" defer></script>
</head>
<body>
<div class="content_signup">
<h1>ARCHBLOX Status</h1>
<p>Dates are in the DD/MM/YYYY date format.</p>
<br />
<p>Site: Down</p>
<p>Ongoing since 25/05/2023. Please wait. We're doing something in the background.</p>
<br />
<p>Studio/Bootstrapper: Limited</p>
<p>Ongoing since 02/05/2023. This situation will be resolved once I finish fixing assets.</p>
<br />
<p>Client/Launcher: Not playable</p>
<p>Ongoing since 02/05/2023. This situation will be resolved once I find a way to get joining and hosting to work.</p>
</div>
</body>
</html>