Here it is...
Where you see "content="5""change the 5 to whatever you want the delay in it transferring to you site to be it'll be in seconds.
Where you see
type the link you want them to be transferred to.
Code:
<html>
<head>
<meta http-equiv="Refresh"
content="5;url=www.yoursite.com">
</head>
<body>
You will be directed in 5 Seconds</a>
</p>
</body>
</html>