Test Root Directory based HTTP requests

This commit is contained in:
Thomas G 2023-04-20 16:29:15 +10:00
parent f7069de1cb
commit 0e06f70b3b
8 changed files with 53 additions and 53 deletions

BIN
.DS_Store vendored

Binary file not shown.

BIN
maintenance/.DS_Store vendored

Binary file not shown.

View File

@ -5,15 +5,15 @@
<meta content="ARCHBLOX" property="og: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="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" property="og:url" />
<meta content="https://archblox.com/img/MORBLOXlogo.png" property="og:image" /> <meta content="/img/MORBLOXlogo.png" property="og:image" />
<meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" /> <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-icon" href="/img/MORBLOX.png" />
<link rel="apple-touch-startup-image" href="https://archblox.com/img/MORBLOXsplash.png" /> <link rel="apple-touch-startup-image" href="/img/MORBLOXsplash.png" />
<meta name="viewport" content="width=device-width, viewport-fit=cover, initial-scale=1"> <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 rel="icon" type="image/x-icon" href="/MORBLOX.ico">
<link href="https://archblox.com/css/app.css" rel="stylesheet"> <link href="/css/app.css" rel="stylesheet">
<script src="https://archblox.com/js/darkmode.js"></script> <script src="/js/darkmode.js"></script>
<script> <script>
getDarkMode() getDarkMode()
</script> </script>
@ -28,13 +28,13 @@
} }
} }
</script> </script>
<script src="https://archblox.com/js/detect.js" defer></script> <script src="/js/detect.js" defer></script>
</head> </head>
<body> <body>
<br> <br>
<div id="logo_signup"> <div id="logo_signup">
<a href="https://archblox.com"><img alt="ARCHBLOX Logo" src="https://archblox.com/img/ARCHBLOXarched.png" width="200" <a href="/"><img alt="ARCHBLOX Logo" src="/img/ARCHBLOXarched.png" width="200"
height="40" /></a> height="40" /></a>
</div> </div>
<div class="content_signup"> <div class="content_signup">
@ -42,7 +42,7 @@
<p>ARCHBLOX will be back soon, so please be patient.</p> <p>ARCHBLOX will be back soon, so please be patient.</p>
<br /> <br />
<p>For now, only these links work.</p> <p>For now, only these links work.</p>
<p><a href="https://archblox.com/blog">Blog</a> <a href="https://archblox.com/download">Download</a> <a href="https://archblox.com/buttonhell">Button Hell</a> <a href="https://archblox.com/mascot">Mascot</a></p> <p><a href="/blog">Blog</a> <a href="/download">Download</a> <a href="/buttonhell">Button Hell</a> <a href="/mascot">Mascot</a></p>
</div> </div>
<div id="footer_signup"> <div id="footer_signup">
<p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo or any other company.</p> <p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo or any other company.</p>

View File

@ -5,15 +5,15 @@
<meta content="Blog - ARCHBLOX" property="og:title"> <meta content="Blog - 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="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" property="og:url" />
<meta content="https://archblox.com/img/MORBLOXlogo.png" property="og:image" /> <meta content="/img/MORBLOXlogo.png" property="og:image" />
<meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" /> <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-icon" href="/img/MORBLOX.png" />
<link rel="apple-touch-startup-image" href="https://archblox.com/img/MORBLOXsplash.png" /> <link rel="apple-touch-startup-image" href="/img/MORBLOXsplash.png" />
<meta name="viewport" content="width=device-width, viewport-fit=cover, initial-scale=1"> <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 rel="icon" type="image/x-icon" href="/MORBLOX.ico">
<link href="https://archblox.com/css/app.css" rel="stylesheet"> <link href="/css/app.css" rel="stylesheet">
<script src="https://archblox.com/js/darkmode.js"></script> <script src="/js/darkmode.js"></script>
<script> <script>
getDarkMode() getDarkMode()
</script> </script>
@ -28,13 +28,13 @@
} }
} }
</script> </script>
<script src="https://archblox.com/js/detect.js" defer></script> <script src="/js/detect.js" defer></script>
</head> </head>
<body> <body>
<br> <br>
<div id="logo_signup"> <div id="logo_signup">
<a href="https://archblox.com"><img alt="ARCHBLOX Logo" src="https://archblox.com/img/ARCHBLOXarched.png" width="200" <a href="/"><img alt="ARCHBLOX Logo" src="/img/ARCHBLOXarched.png" width="200"
height="40" /></a> height="40" /></a>
</div> </div>
<div class="content_signup"> <div class="content_signup">

File diff suppressed because one or more lines are too long

View File

@ -5,15 +5,15 @@
<meta content="Download - ARCHBLOX" property="og:title"> <meta content="Download - 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="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" property="og:url" />
<meta content="https://archblox.com/img/MORBLOXlogo.png" property="og:image" /> <meta content="/img/MORBLOXlogo.png" property="og:image" />
<meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" /> <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-icon" href="/img/MORBLOX.png" />
<link rel="apple-touch-startup-image" href="https://archblox.com/img/MORBLOXsplash.png" /> <link rel="apple-touch-startup-image" href="/img/MORBLOXsplash.png" />
<meta name="viewport" content="width=device-width, viewport-fit=cover, initial-scale=1"> <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 rel="icon" type="image/x-icon" href="/MORBLOX.ico">
<link href="https://archblox.com/css/app.css" rel="stylesheet"> <link href="/css/app.css" rel="stylesheet">
<script src="https://archblox.com/js/darkmode.js"></script> <script src="/js/darkmode.js"></script>
<script> <script>
getDarkMode() getDarkMode()
</script> </script>
@ -28,13 +28,13 @@
} }
} }
</script> </script>
<script src="https://archblox.com/js/detect.js" defer></script> <script src="/js/detect.js" defer></script>
</head> </head>
<body> <body>
<br> <br>
<div id="logo_signup"> <div id="logo_signup">
<a href="https://archblox.com"><img alt="ARCHBLOX Logo" src="https://archblox.com/img/ARCHBLOXarched.png" width="200" <a href="/"><img alt="ARCHBLOX Logo" src="/img/ARCHBLOXarched.png" width="200"
height="40" /></a> height="40" /></a>
</div> </div>
<div class="content_signup"> <div class="content_signup">
@ -43,7 +43,7 @@
<p>If you have ARCHBLOX Bootstrapper already installed,<br />you may install version 1.6 to fix error ID 6.</p> <p>If you have ARCHBLOX Bootstrapper already installed,<br />you may install version 1.6 to fix error ID 6.</p>
<br /> <br />
<p>Note that this version only works on Windows 7 or newer.</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> <p><a href="/bootstrapper/ARCHBLOXBootstrapper-64bit.exe">64 Bit</a> <a href="/bootstrapper/ARCHBLOXBootstrapper-32bit.exe">32 Bit</a></p>
<br /> <br />
<p>If you don't already have ARCHBLOX Studio installed, follow these instructions:</p> <p>If you don't already have ARCHBLOX Studio installed, follow these instructions:</p>
<br /> <br />

View File

@ -5,15 +5,15 @@
<meta content="ARCHBLOX" property="og: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="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" property="og:url" />
<meta content="https://archblox.com/img/MORBLOXlogo.png" property="og:image" /> <meta content="/img/MORBLOXlogo.png" property="og:image" />
<meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" /> <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-icon" href="/img/MORBLOX.png" />
<link rel="apple-touch-startup-image" href="https://archblox.com/img/MORBLOXsplash.png" /> <link rel="apple-touch-startup-image" href="/img/MORBLOXsplash.png" />
<meta name="viewport" content="width=device-width, viewport-fit=cover, initial-scale=1"> <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 rel="icon" type="image/x-icon" href="/MORBLOX.ico">
<link href="https://archblox.com/css/app.css" rel="stylesheet"> <link href="/css/app.css" rel="stylesheet">
<script src="https://archblox.com/js/darkmode.js"></script> <script src="/js/darkmode.js"></script>
<script> <script>
getDarkMode() getDarkMode()
</script> </script>
@ -28,13 +28,13 @@
} }
} }
</script> </script>
<script src="https://archblox.com/js/detect.js" defer></script> <script src="/js/detect.js" defer></script>
</head> </head>
<body> <body>
<br> <br>
<div id="logo_signup"> <div id="logo_signup">
<a href="https://archblox.com"><img alt="ARCHBLOX Logo" src="https://archblox.com/img/ARCHBLOXarched.png" width="200" <a href="/"><img alt="ARCHBLOX Logo" src="/img/ARCHBLOXarched.png" width="200"
height="40" /></a> height="40" /></a>
</div> </div>
<div class="content_signup"> <div class="content_signup">
@ -42,7 +42,7 @@
<p>ARCHBLOX will be back soon, so please be patient.</p> <p>ARCHBLOX will be back soon, so please be patient.</p>
<br /> <br />
<p>For now, only these links work.</p> <p>For now, only these links work.</p>
<p><a href="https://archblox.com/blog">Blog</a> <a href="https://archblox.com/download">Download</a> <a href="https://archblox.com/buttonhell">Button Hell</a> <a href="https://archblox.com/mascot">Mascot</a></p> <p><a href="/blog">Blog</a> <a href="/download">Download</a> <a href="/buttonhell">Button Hell</a> <a href="/mascot">Mascot</a></p>
</div> </div>
<div id="footer_signup"> <div id="footer_signup">
<p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo or any other company.</p> <p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo or any other company.</p>

View File

@ -5,15 +5,15 @@
<meta content="Mascot - ARCHBLOX" property="og:title"> <meta content="Mascot - ARCHBLOX" property="og:title">
<meta content="he is gone. no more #retro" property="og:description" /> <meta content="he is gone. no more #retro" property="og:description" />
<meta content="https://archblox.com" property="og:url" /> <meta content="https://archblox.com" property="og:url" />
<meta content="https://archblox.com/img/dead.png" property="og:image" /> <meta content="/img/dead.png" property="og:image" />
<meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" /> <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-icon" href="/img/MORBLOX.png" />
<link rel="apple-touch-startup-image" href="https://archblox.com/img/MORBLOXsplash.png" /> <link rel="apple-touch-startup-image" href="/img/MORBLOXsplash.png" />
<meta name="viewport" content="width=device-width, viewport-fit=cover, initial-scale=1"> <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 rel="icon" type="image/x-icon" href="/MORBLOX.ico">
<link href="https://archblox.com/css/app.css" rel="stylesheet"> <link href="/css/app.css" rel="stylesheet">
<script src="https://archblox.com/js/darkmode.js"></script> <script src="/js/darkmode.js"></script>
<script> <script>
getDarkMode() getDarkMode()
</script> </script>
@ -28,19 +28,19 @@
} }
} }
</script> </script>
<script src="https://archblox.com/js/detect.js" defer></script> <script src="/js/detect.js" defer></script>
</head> </head>
<body> <body>
<br> <br>
<div id="logo_signup"> <div id="logo_signup">
<a href="https://archblox.com"><img alt="ARCHBLOX Logo" src="https://archblox.com/img/ARCHBLOXarched.png" width="200" <a href="/"><img alt="ARCHBLOX Logo" src="/img/ARCHBLOXarched.png" width="200"
height="40" /></a> height="40" /></a>
</div> </div>
<div class="content_signup"> <div class="content_signup">
<h1>mascot</h1> <h1>mascot</h1>
<p>he is dead. no more #retro</p> <p>he is dead. no more #retro</p>
<img src="https://archblox.com/img/dead.png"> <img src="/img/dead.png">
</div> </div>
<div id="footer_signup"> <div id="footer_signup">
<p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo or any other company.</p> <p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo or any other company.</p>