diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 10:39:45 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 10:39:45 +0000 |
commit | ec2e9d4f198fea8acb54629a51e1021600693da8 (patch) | |
tree | be95c812f3ef8b51475cd4e8e8d2b18d51f52542 /wk8/pset/homepage/art.html | |
parent | 00f7881ba32688b89abb4859cbe4d34d5dac7fa9 (diff) |
Fri, Jul 5, 2024, 3:39 AM -07:00
Diffstat (limited to 'wk8/pset/homepage/art.html')
-rw-r--r-- | wk8/pset/homepage/art.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/wk8/pset/homepage/art.html b/wk8/pset/homepage/art.html index 93c27fb..087466d 100644 --- a/wk8/pset/homepage/art.html +++ b/wk8/pset/homepage/art.html @@ -52,5 +52,10 @@ </div> <footer id="footer">Δ Copyworng :3</footer> </div> + <div class="centered"> + <div class="spinner-border" role="status" id="spinner"> + <span class="visually-hidden">Loading...</span> + </div> + </div> </body> </html> |