add test files
This commit is contained in:
parent
f7a6e09400
commit
9f5560b027
|
|
@ -0,0 +1,37 @@
|
|||
<html lang="en-us" class="loggedout">
|
||||
<head>
|
||||
<title>ARCHBLOX - 404</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://help.archblox.com" property="og:url" />
|
||||
<meta content="https://help.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://help.archblox.com/img/MORBLOX.png" />
|
||||
<link rel="apple-touch-startup-image" href="https://help.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://help.archblox.com/MORBLOX.ico">
|
||||
<link href="https://help.archblox.com/css/app.css" rel="stylesheet">
|
||||
<script src="https://help.archblox.com/js/darkmode.js"></script>
|
||||
<script>
|
||||
getDarkMode()
|
||||
</script>
|
||||
<script src="https://help.archblox.com/js/detect.css" defer></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<br>
|
||||
<div id="logo_signup">
|
||||
<a href="https://help.archblox.com"><img alt="ARCHBLOX Logo" src="https://help.archblox.com/img/ARCHBLOXarched.png" width="200"
|
||||
height="40" /></a>
|
||||
</div>
|
||||
<div class="content_signup">
|
||||
<h1>404 - Page not Found</h1>
|
||||
<p>Aw man, look at what you have done. You've made Luigi mad!</p>
|
||||
<p>Why don't you go back a page for us before Luigi destroys us all.</p>
|
||||
<img alt="Angry Luigi" src="https://help.archblox.com/img/error.png" width="100%" height="300px">
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 155 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 155 KiB |
|
|
@ -0,0 +1,42 @@
|
|||
<html lang="en-us" class="loggedout">
|
||||
<head>
|
||||
<title>ARCHBLOX - Help</title>
|
||||
<meta charset="utf-8">
|
||||
<meta content="ARCHBLOX Help" property="og:title">
|
||||
<meta content="nil" property="og:description">
|
||||
<meta content="https://help.archblox.com" property="og:url" />
|
||||
<meta content="https://help.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://help.archblox.com/img/MORBLOX.png" />
|
||||
<link rel="apple-touch-startup-image" href="https://help.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://help.archblox.com/MORBLOX.ico">
|
||||
<link href="https://help.archblox.com/css/app.css" rel="stylesheet">
|
||||
<script src="https://help.archblox.com/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="https://help.archblox.com/js/detect.css" defer></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="content_signup">
|
||||
<h1>ARCHBLOX Help</h1>
|
||||
<p>nil</p>
|
||||
<br />
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"name": "ARCHBLOX",
|
||||
"short_name": "ARCHBLOX",
|
||||
"lang": "en-US",
|
||||
"start_url": "/",
|
||||
"scope": "/",
|
||||
"display": "standalone",
|
||||
"version": "1.0.0"
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"/js/main.js": "/js/main.js?id=9f73e36163448599799c0ba369b82b17",
|
||||
"/css/app.js": "/css/app.js?id=bea72d76448120e19444500780652630"
|
||||
}
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
User-agent: *
|
||||
Disallow:
|
||||
Loading…
Reference in New Issue