Hi. I am trying to make my 2nd page auto load after an animated logo appears on the first. I have tried <script>setTimeout(function(){window.location.href ='home.html'},5000);</script> and it works, however it keeps looping back to my first page. Hoping someone could offer some help. maybe i need to put a stop command on the 2nd page?!?!? or something like that. My first page (the one with my animation) is my "index" my 2nd page (the one I want to stop at) is "home" . that might be a reason too not sure