This code automatically refreshes your page as often as you tell it to. Copy the code below and paste it in the <head> section of your page.
| <META HTTP-EQUIV=REFRESH CONTENT="SECONDS"> |
Where is says seconds, change that to the number of seconds before your site is refreshed.
This code automatically redirects you to another page. Copy the code below and paste it in the <head> section.
| <META HTTP-EQUIV="REFRESH" CONTENT="SECONDS;URL=PAGEURL"> |
Where is says seconds, change that to the number of seconds you want your page to be visible for before it redirects to the specified site. Pageurl should be replaced by the url that you want to be redirected to.

