error/*: remove back button, and change 502
All checks were successful
/ deploy (push) Successful in 25s

This commit is contained in:
forgejo-actions[bot] 2024-09-29 22:53:34 +00:00
parent 251952075f
commit c267aff246
6 changed files with 8 additions and 74 deletions

View file

@ -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>