Update download.html
This commit is contained in:
parent
a5f4e52a3d
commit
08739c02e1
|
|
@ -34,43 +34,18 @@
|
|||
<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>
|
||||
<br />
|
||||
<p>If you don't already have ARCHBLOX Studio installed, follow these instructions:</p>
|
||||
<br />
|
||||
<p>Step 1: Download the studio zip <a href="https://web.archive.org/web/20221106001946/archblox.com/studio/version-000000004.zip">version-000000004</a>
|
||||
<br />
|
||||
<p>Step 2: Go to your Local Appdata folder, then the Archblox folder, then the Studio folder and then go into Versions. If they do not exist, create them.
|
||||
<br />
|
||||
<p>Step 3: Create a folder in Versions NAMED EXACTLY "version-000000004", then extract the zip in there.</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>
|
||||
<title>ARCHBLOX - Download</title>
|
||||
<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/MORBLOXlogo.png" property="og:image"/>
|
||||
<meta content="#4b4b4b" data-react-helmet="true" name="theme-color"/>
|
||||
<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/MORBLOX.png"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="apple-touch-startup-image" href="https://archblox.com/MORBLOXSplash.png"/>
|
||||
<link rel="icon" type="image/x-icon" href="https://archblox.com/MORBLOX.ico">
|
||||
<link rel="stylesheet" href="https://archblox.com/main.css">
|
||||
<link rel="manifest" href="https://archblox.com/manifest.json">
|
||||
<script type="text/javascript" src="https://archblox.com/index.js"></script>
|
||||
<meta content="Currently under maintenance." property="og:description" />
|
||||
<style>
|
||||
body {
|
||||
background: black !important;
|
||||
}
|
||||
|
||||
html {
|
||||
background: black !important;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
Loading…
Reference in New Issue