Update 404.html

This commit is contained in:
Michi 2022-07-03 18:15:10 +02:00 committed by GitHub
parent 05a0dfa273
commit 229af4f69f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,6 +79,8 @@
<script>
// Loading
window.addEventListener('load', () => {
// random error image
randomHomeImg();
// hide loadingscreen
document.getElementById('loadingScreen').style.display = "none";
});
@ -89,7 +91,6 @@
homeImg.src = "assets/bitmojis/error_" + num + ".png";
}
</script>
</body>
</html>