Use Root DIR
This commit is contained in:
parent
d083f1bb94
commit
9e0d709585
18
404.html
18
404.html
|
|
@ -5,32 +5,32 @@
|
|||
<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://status.archblox.com" property="og:url" />
|
||||
<meta content="https://status.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-status-bar-style" content="black" />
|
||||
<link rel="apple-touch-icon" href="https://status.archblox.com/img/MORBLOX.png" />
|
||||
<link rel="apple-touch-startup-image" href="https://status.archblox.com/img/MORBLOXsplash.png" />
|
||||
<link rel="apple-touch-icon" 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="https://status.archblox.com/MORBLOX.ico">
|
||||
<link href="https://status.archblox.com/css/app.css" rel="stylesheet">
|
||||
<script src="https://status.archblox.com/js/darkmode.js"></script>
|
||||
<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 src="https://status.archblox.com/js/detect.css" defer></script>
|
||||
<script src="/js/detect.css" defer></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<br>
|
||||
<div id="logo_signup">
|
||||
<a href="https://status.archblox.com"><img alt="ARCHBLOX Logo" src="https://status.archblox.com/img/ARCHBLOXarched.png" width="200"
|
||||
<a href="/"><img alt="ARCHBLOX Logo" src="/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://status.archblox.com/img/error.png" width="100%" height="300px">
|
||||
<img alt="Angry Luigi" src="/img/error.png" width="100%" height="300px">
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
|
|
|||
14
index.html
14
index.html
|
|
@ -5,15 +5,15 @@
|
|||
<meta content="ARCHBLOX Status" property="og:title">
|
||||
<meta content="View the current status of ARCHBLOX." property="og:description">
|
||||
<meta content="https://status.archblox.com" property="og:url" />
|
||||
<meta content="https://status.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-status-bar-style" content="black" />
|
||||
<link rel="apple-touch-icon" href="https://status.archblox.com/img/MORBLOX.png" />
|
||||
<link rel="apple-touch-startup-image" href="https://status.archblox.com/img/MORBLOXsplash.png" />
|
||||
<link rel="apple-touch-icon" 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="https://status.archblox.com/MORBLOX.ico">
|
||||
<link href="https://status.archblox.com/css/app.css" rel="stylesheet">
|
||||
<script src="https://status.archblox.com/js/darkmode.js"></script>
|
||||
<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>
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<script src="https://status.archblox.com/js/detect.css" defer></script>
|
||||
<script src="/js/detect.css" defer></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
|||
Loading…
Reference in New Issue