diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 10:14:31 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 10:14:31 +0000 |
commit | d09dc12f7c629aea41610742520b9154195339ed (patch) | |
tree | 85394ba197b66a7d322f3f6a08360a121fa3c38d /wk8/pset/homepage/index.html | |
parent | e52f300d4ec3ebc8d2da32547d4307bb95220af3 (diff) |
Fri, Jul 5, 2024, 3:14 AM -07:00
Diffstat (limited to 'wk8/pset/homepage/index.html')
-rw-r--r-- | wk8/pset/homepage/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wk8/pset/homepage/index.html b/wk8/pset/homepage/index.html index edabc02..5f088f0 100644 --- a/wk8/pset/homepage/index.html +++ b/wk8/pset/homepage/index.html @@ -15,7 +15,7 @@ </script> </head> <body> - <div class="spinner-border" role="status"> + <div class="spinner-border" role="status" id="spinner"> <span class="visually-hidden">Loading...</span> </div> <div id="container"> |