This tag makes the user's
browser automatically redirect to a specified page in a specified amount
of time.
Placing the code below on your
web page,
will be redirected to iols.com in 5 seconds after loading!
Here's the code:
<META HTTP-EQUIV="Refresh"
CONTENT="5;URL=http://www.iols.com;">
All you have to do is paste the code in between the </title> and the
</head> tags.
That's all!