Redirecting a Webpage
From ClubsWiki
To redirect a webpage copy and paste this html code as your homepage
<head> <meta HTTP-EQUIV="REFRESH" content="0; url=http://www.yournewsite.com/index.html"></head>
Make sure to change the "yournewsite" to your actual new site.
If you want to change the amount of time it takes to redirect, change the content="0 to content="5, for it to wait 5 seconds to redirect. Or whatever number of seconds you want it to wait.