Jan 152011
 
You can redirect a web browser to another web page using the HTML below. The number 2 tells the brower to wait 2 seconds before it initiates the redirect. Open up a text editor and paste the HTML below into it then save it as index.html or index.htm.
<html>
<head>
<title>Redirecting to WWW.RobHolland.Com</title>
<body> <meta http-equiv=”refresh” content=”2;url=http://www.robholland.com”>
</body>
</head>
</html>