I have an HTML error page which I am looking to redirect users from. For example; if the user receives the error page then they will be instantly redirected to a webpage (http://www.domain.com/).
How can I do this in pure HTML and nothing else so it will work in all browsers?
What markup should I use?
where content equals the time in seconds to redirect (say you want to pause on that page, then the page where you want to redirect to.
Make sure you include this in the head of the error page.