website/maintenance/mascot.html

52 lines
1.9 KiB
HTML

<html lang="en-us" class="loggedout">
<head>
<title>Mascot - ARCHBLOX</title>
<meta charset="utf-8">
<meta content="Mascot - ARCHBLOX" property="og:title">
<meta content="he is gone. no more #retro" property="og:description" />
<meta content="https://archblox.com" property="og:url" />
<meta content="/img/dead.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.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>
</div>
<div class="content_signup">
<h1>mascot</h1>
<p>he is dead. no more #retro</p>
<img src="/img/dead.png">
</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>