diff options
Diffstat (limited to 'wk8/pset/homepage/factorio.html')
-rw-r--r-- | wk8/pset/homepage/factorio.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/wk8/pset/homepage/factorio.html b/wk8/pset/homepage/factorio.html index 2f503c6..643da83 100644 --- a/wk8/pset/homepage/factorio.html +++ b/wk8/pset/homepage/factorio.html @@ -8,6 +8,12 @@ <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script> <link href="styles.css" rel="stylesheet"> <title>Miau - Factorio</title> + <script> + window.addEventListener('load', function() { + let spinner = document.querySelector('#spinner'); + spinner.style.display = 'none'; + }); + </script> </head> <body> <div id="container"> |