forked from ilot/ilot-io
error/*: initial
This commit is contained in:
parent
4ada397885
commit
6d6fd82e1b
5 changed files with 128 additions and 0 deletions
26
error/404.mdwn
Normal file
26
error/404.mdwn
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
[[!meta title="HTTP 404: Not Found"]]
|
||||||
|
|
||||||
|
# HTTP 404
|
||||||
|
## Not Found
|
||||||
|
|
||||||
|
### The page could not be found or you don't have permission to view it.
|
||||||
|
<hr/>
|
||||||
|
The resource that you are attempting to access does not exist or you don't have the necessary permissions to view it.
|
||||||
|
|
||||||
|
Make sure the address is correct and that the page hasn't moved.
|
||||||
|
|
||||||
|
Please contact us using [our support page](https://support.ilot.io) if you think this is a mistake.
|
||||||
|
|
||||||
|
You can also check our [network status](https://status.ilot.io) for up-to-date status information on our services
|
||||||
|
|
||||||
|
<a href="javascript:history.back()" class="js-go-back go-back">Go back</a>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
(function () {
|
||||||
|
var goBack = document.querySelector('.js-go-back');
|
||||||
|
|
||||||
|
if (history.length > 1) {
|
||||||
|
goBack.style.display = 'inline';
|
||||||
|
}
|
||||||
|
})();
|
||||||
|
</script>
|
22
error/422.mdwn
Normal file
22
error/422.mdwn
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
[[!meta title="HTTP 422: Unprocessable content"]]
|
||||||
|
|
||||||
|
# HTTP 422
|
||||||
|
## Unprocessable content
|
||||||
|
|
||||||
|
### The change you requested is rejected.
|
||||||
|
<hr/>
|
||||||
|
Make sure you have access to the thing you tried to changee
|
||||||
|
|
||||||
|
Please contact us using [our support page](https://support.ilot.io) if you think this is a mistake
|
||||||
|
|
||||||
|
<a href="javascript:history.back()" class="js-go-back go-back">Go back</a>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
(function () {
|
||||||
|
var goBack = document.querySelector('.js-go-back');
|
||||||
|
|
||||||
|
if (history.length > 1) {
|
||||||
|
goBack.style.display = 'inline';
|
||||||
|
}
|
||||||
|
})();
|
||||||
|
</script>
|
24
error/500.mdwn
Normal file
24
error/500.mdwn
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
[[!meta title="HTTP 500: Internal Server Error"]]
|
||||||
|
|
||||||
|
# HTTP 500
|
||||||
|
## Internal Server Error
|
||||||
|
|
||||||
|
### We're sorry. Something went wrong on our end
|
||||||
|
<hr/>
|
||||||
|
Try refreshing the page, or going back and attempting the action again.
|
||||||
|
|
||||||
|
Please contact us using [our support page](https://support.ilot.io) if this problem persists.
|
||||||
|
|
||||||
|
You can also check our [network status](https://status.ilot.io) for up-to-date status information on our services
|
||||||
|
|
||||||
|
<a href="javascript:history.back()" class="js-go-back go-back">Go back</a>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
(function () {
|
||||||
|
var goBack = document.querySelector('.js-go-back');
|
||||||
|
|
||||||
|
if (history.length > 1) {
|
||||||
|
goBack.style.display = 'inline';
|
||||||
|
}
|
||||||
|
})();
|
||||||
|
</script>
|
32
error/502.mdwn
Normal file
32
error/502.mdwn
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
[[!meta title="HTTP 502: Starting up"]]
|
||||||
|
|
||||||
|
# HTTP 502
|
||||||
|
|
||||||
|
## Waiting for ilot to start up
|
||||||
|
|
||||||
|
### Some system components can take a moment to start completely.
|
||||||
|
<hr/>
|
||||||
|
Please contact us using [our support page](https://support.ilot.io) if this problem persists.
|
||||||
|
|
||||||
|
You can also check our [network status](https://status.ilot.io) for up-to-date status information on our services
|
||||||
|
<hr/>
|
||||||
|
This page will automatically reload every 5 seconds.
|
||||||
|
|
||||||
|
<a href="javascript:history.back()" class="js-go-back go-back">Go back</a>
|
||||||
|
|
||||||
|
|
||||||
|
<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>
|
24
error/503.mdwn
Normal file
24
error/503.mdwn
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
[[!meta title="HTTP 503: Service unavailable"]]
|
||||||
|
|
||||||
|
# HTTP 503
|
||||||
|
## Service unavailable
|
||||||
|
|
||||||
|
### We're sorry. ilot is currently unavailable.
|
||||||
|
<hr/>
|
||||||
|
Try refreshing the page, or going back and attempting the action again.
|
||||||
|
|
||||||
|
Please contact us using [our support page](https://support.ilot.io) if this problem persists.
|
||||||
|
|
||||||
|
You can also check our [network status](https://status.ilot.io) for up-to-date status information on our services
|
||||||
|
|
||||||
|
<a href="javascript:history.back()" class="js-go-back go-back">Go back</a>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
(function () {
|
||||||
|
var goBack = document.querySelector('.js-go-back');
|
||||||
|
|
||||||
|
if (history.length > 1) {
|
||||||
|
goBack.style.display = 'inline';
|
||||||
|
}
|
||||||
|
})();
|
||||||
|
</script>
|
Loading…
Add table
Reference in a new issue