The refresh/redirect meta tag looks like
<META HTTP-EQUIV="refresh" content="X;URL=internet_address">
X is replaced with the number of seconds you want the page to display until it goes to the new URL. Internet_address is replaced
with the URL of the web site you want to link to.
|
index.html - Notepad |
....<HEAD>
<META HTTP-EQUIV="refresh" content="5;URL=http://www.activejump.com">
</HEAD>....
|
|