summaryrefslogtreecommitdiff
path: root/wk8/pset/homepage/cats.html
diff options
context:
space:
mode:
Diffstat (limited to 'wk8/pset/homepage/cats.html')
-rw-r--r--wk8/pset/homepage/cats.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/wk8/pset/homepage/cats.html b/wk8/pset/homepage/cats.html
index 946563a..247f69b 100644
--- a/wk8/pset/homepage/cats.html
+++ b/wk8/pset/homepage/cats.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 - Cats</title>
+ <script>
+ window.addEventListener('load', function() {
+ let spinner = document.querySelector('#spinner');
+ spinner.style.display = 'none';
+ });
+ </script>
</head>
<body>
<div id="container">