website/maintenance/index.html

58 lines
2.5 KiB
HTML

<html lang="en-us" class="loggedout">
<head>
<title>ARCHBLOX - BRB!</title>
<meta charset="utf-8">
<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="/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 src="/js/splash.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.js" defer></script>
</head>
<body>
<br>
<div id="logo_signup">
<a href="/"><img alt="ARCHBLOX Logo" src="/img/ARCHBLOXarched.png" width="200"
height="40" /></a>
<p id="morbin">We'll be right back!</p>
</div>
<div class="content_signup">
<h1>Maintenance Mode</h1>
<p>ARCHBLOX will be back soon, so please be patient.</p>
<br />
<p>For now, only these links work.</p>
<p><a href="/download">Download</a> <a href="/buttonhell">Button Hell</a> <a href="/mascot">Mascot</a></p>
</div>
<div id="footer_signup">
<p><a href="/blog">Blog</a> <a href="https://github.archblox.com">Github</a> <a href="https://twitter.archblox.com">Twitter</a> <a href="https://classic.archblox.com">Classic</a> <a href="https://status.archblox.com">Status</a> <a href="https://help.archblox.com">Help</a> <a href="https://discord.gg/invite/nudzQ7hkWY">Discord</a></p>
<p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo or any other company.</p>
</div>
</body>
</html>