Is there a way to display a loading animation or image while my website is loading in the background? I've noticed that it takes about a minute for my website to fully load. I attempted to use
<meta http-equiv="refresh" content="1000; url = 'https://websiteurl.com'" />
to estimate the load time, but it doesn't work consistently due to differences in internet connection speeds among users.