I have a simple HTML page that has a large image as a full screen background; I called this page index2.html
.
I want to create another page called index.html
which will preload index2.html
fully, and then direct the user to it. However, all the preloader solutions that I've found on internet are based on a single HTML page.
How can I accomplish this? Any help would be appreciated.