Update download.html

This commit is contained in:
Thomas G 2023-03-07 10:45:12 +11:00
parent 7342b3da7d
commit a5f4e52a3d
1 changed files with 44 additions and 5 deletions

View File

@ -1,3 +1,47 @@
<html lang="en-us" class="loggedout">
<head>
<title>ARCHBLOX - Download</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="https://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://archblox.com/img/MORBLOX.png" />
<link rel="apple-touch-startup-image" href="https://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://archblox.com/MORBLOX.ico">
<link href="https://archblox.com/css/app.css" rel="stylesheet">
<script src="https://archblox.com/js/darkmode.js"></script>
<script>
getDarkMode()
</script>
<script src="https://archblox.com/js/detect.css" defer></script>
</head>
<body>
<br>
<div id="logo_signup">
<a href="https://archblox.com"><img alt="ARCHBLOX Logo" src="https://archblox.com/img/ARCHBLOXarched.png" width="200"
height="40" /></a>
<p id="morbin">We'll be right back.</p>
</div>
<div class="content_signup">
<h1>Bootstrapper Download</h1>
<br />
<p>If you have ARCHBLOX Studio already installed, you may install version 1.6 to fix error ID 6.</p>
<p>Note that this version only works on Windows 7 or newer.</p>
<p><a href="https://archblox.com/bootstrapper/ARCHBLOXBootstrapper-64bit.exe">64 Bit</a> <a href="https://archblox.com/bootstrapper/ARCHBLOXBootstrapper-32bit.exe">32 Bit</a></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>
<!DOCTYPE html>
<html lang="en-us">
<head>
@ -28,10 +72,5 @@
</style>
</head>
<body>
<h1 style="color: #ffffff">Bootstrapper Download</h1>
<br />
<p style="color: #ffffff">If you have ARCHBLOX Studio already installed, you may install version 1.6 to fix error ID 6.</p>
<p style="color: #ffffff">Note that this version only works on Windows 7 or newer.</p>
<p><a style="color: #ffffff" href="https://archblox.com/bootstrapper/ARCHBLOXBootstrapper-64bit.exe">64 Bit</a> <a style="color: #ffffff" href="https://archblox.com/bootstrapper/ARCHBLOXBootstrapper-32bit.exe">32 Bit</a></p>
</body>
</html>