error/*: remove back button, and change 502
All checks were successful
/ deploy (push) Successful in 25s
All checks were successful
/ deploy (push) Successful in 25s
This commit is contained in:
parent
251952075f
commit
c267aff246
6 changed files with 8 additions and 74 deletions
|
@ -88,18 +88,6 @@ The resource that you are attempting to access does not exist or you don't have
|
|||
|
||||
<p>You can also check our <a href="https://status.ilot.io">network status</a> for up-to-date status information on our services</p>
|
||||
|
||||
<p><a href="javascript:history.back()" class="js-go-back go-back">Go back</a></p>
|
||||
|
||||
<script>
|
||||
(function () {
|
||||
var goBack = document.querySelector('.js-go-back');
|
||||
|
||||
if (history.length > 1) {
|
||||
goBack.style.display = 'inline';
|
||||
}
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -84,18 +84,6 @@ Make sure you have access to the thing you tried to changee</p>
|
|||
|
||||
<p>Please contact us using <a href="https://support.ilot.io">our support page</a> if you think this is a mistake</p>
|
||||
|
||||
<p><a href="javascript:history.back()" class="js-go-back go-back">Go back</a></p>
|
||||
|
||||
<script>
|
||||
(function () {
|
||||
var goBack = document.querySelector('.js-go-back');
|
||||
|
||||
if (history.length > 1) {
|
||||
goBack.style.display = 'inline';
|
||||
}
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -86,18 +86,6 @@ Try refreshing the page, or going back and attempting the action again.</p>
|
|||
|
||||
<p>You can also check our <a href="https://status.ilot.io">network status</a> for up-to-date status information on our services</p>
|
||||
|
||||
<p><a href="javascript:history.back()" class="js-go-back go-back">Go back</a></p>
|
||||
|
||||
<script>
|
||||
(function () {
|
||||
var goBack = document.querySelector('.js-go-back');
|
||||
|
||||
if (history.length > 1) {
|
||||
goBack.style.display = 'inline';
|
||||
}
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
|
||||
|
||||
|
||||
<title>HTTP 502: Starting up - ilot.io</title>
|
||||
<title>HTTP 502: Bad Gateway Error - ilot.io</title>
|
||||
|
||||
<!-- cargo-culted from https://realfavicongenerator.net/ -->
|
||||
<!-- for the record: it is absolutely ridiculous that new browsers
|
||||
|
@ -75,34 +75,16 @@
|
|||
<div class="container" id="content">
|
||||
<h1>HTTP 502</h1>
|
||||
|
||||
<h2>Waiting for ilot to start up</h2>
|
||||
<h2>Bad Gateway error</h2>
|
||||
|
||||
<h3>Some system components can take a moment to start completely.</h3>
|
||||
<h3>We're sorry. ilot is currently unavailable.</h3>
|
||||
|
||||
<p><hr/>
|
||||
Please contact us using <a href="https://support.ilot.io">our support page</a> if this problem persists.</p>
|
||||
Try refreshing the page, or going back and attempting the action again.</p>
|
||||
|
||||
<p>You can also check our <a href="https://status.ilot.io">network status</a> for up-to-date status information on our services
|
||||
<hr/>
|
||||
This page will automatically reload every 5 seconds.</p>
|
||||
<p>Please contact us using <a href="https://support.ilot.io">our support page</a> if this problem persists.</p>
|
||||
|
||||
<p><a href="javascript:history.back()" class="js-go-back go-back">Go back</a></p>
|
||||
|
||||
<p>Refreshed at <span id="refreshedAt"></span></p>
|
||||
|
||||
<script>
|
||||
const now = new Date();
|
||||
const refreshedAt = now.toLocaleTimeString();
|
||||
|
||||
document.getElementById("refreshedAt").innerText = refreshedAt;
|
||||
|
||||
window.setTimeout(() => location.reload(), 5000);
|
||||
|
||||
if (history.length > 1) {
|
||||
const goBack = document.querySelector('.js-go-back');
|
||||
goBack.style.display = 'inline';
|
||||
}
|
||||
</script>
|
||||
<p>You can also check our <a href="https://status.ilot.io">network status</a> for up-to-date status information on our services</p>
|
||||
|
||||
|
||||
|
||||
|
@ -172,7 +154,7 @@ This page will automatically reload every 5 seconds.</p>
|
|||
<!-- TODO: Find other ways to setup analytics
|
||||
<script data-goatcounter="https://analytics.anarc.at/count" async src="//analytics.anarc.at/count.js"></script>
|
||||
<noscript>
|
||||
<img src="https://analytics.anarc.at/count?p=error/502&t=HTTP%20502%3A%20Starting%20up" alt="tracking pixel to count visitors when Javascript is disabled" />
|
||||
<img src="https://analytics.anarc.at/count?p=error/502&t=HTTP%20502%3A%20Bad%20Gateway%20Error" alt="tracking pixel to count visitors when Javascript is disabled" />
|
||||
</noscript>
|
||||
-->
|
||||
</body>
|
||||
|
|
|
@ -86,18 +86,6 @@ Try refreshing the page, or going back and attempting the action again.</p>
|
|||
|
||||
<p>You can also check our <a href="https://status.ilot.io">network status</a> for up-to-date status information on our services</p>
|
||||
|
||||
<p><a href="javascript:history.back()" class="js-go-back go-back">Go back</a></p>
|
||||
|
||||
<script>
|
||||
(function () {
|
||||
var goBack = document.querySelector('.js-go-back');
|
||||
|
||||
if (history.length > 1) {
|
||||
goBack.style.display = 'inline';
|
||||
}
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Sun Sep 29 22:13:49 UTC 2024
|
||||
Sun Sep 29 22:53:34 UTC 2024
|
||||
|
|
Loading…
Add table
Reference in a new issue