so I'm trying to use meta reload to update my website (using the code below) and I was wondering if it was possible to make it reload once after opening the page.
<meta http-equiv="refresh" content="3" >
Why, because looking at a website that refreshes every 3 seconds is really annoying to look at. If you can help, thank you.
All I had to do to make it update once when the page was loaded was change index.html to index.php Thank you with all the help you guys gave me, but this is all I ended up needing to do. I still very much appreciate the effort though.