WebHost: Standardize some 404 redirects (#4642)

This commit is contained in:
massimilianodelliubaldini
2025-04-04 17:11:45 -04:00
committed by GitHub
parent d8576e72eb
commit 1bec68df4d
11 changed files with 28 additions and 13 deletions

View File

@@ -42,10 +42,5 @@ window.addEventListener('load', () => {
scrollTarget?.scrollIntoView();
}
});
}).catch((error) => {
console.error(error);
gameInfo.innerHTML =
`<h2>This page is out of logic!</h2>
<h3>Click <a href="${window.location.origin}">here</a> to return to safety.</h3>`;
});
});