THE 404 CITY

404city.neocities.org

459,581 views
501 followers
36,095 updates
0 tips
(late but) tks for following me! How did you make the Loading... page? JS only?
2 likes
404city's avatar 404city 8 months ago

Yep! it's simple to make. you have to create a div with an id of "loadingScreen" in your HTML document, then you can use this simple code in your JS file to hide it: window.onload = function(){var loadScreen = document.getElementById("loadingScreen"); loadScreen.style.opacity = "0"; setTimeout(function () {loadScreen.style.display = "none"},300);}

3 likes

Website Stats

Last updated 4 days ago
CreatedMay 22, 2025

Tags

internet personal retro programming 2000s