Utilize a TAG “META HTTP-EQUIV=’REFRESH’

Sintaxe:
<META HTTP-EQUIV=”REFRESH” CONTENT=”Segundos; URL=EnderecoDaPaginaParaOndeRedirecionar”>

Parâmetros:
Segundos: de 01 à 99999
EnderecoDaPaginaParaOndeRedirecionar: URL da página para onde deseja redirecionar

Observação:
Esta TAG deve ser incluída antes da TAG <title>

Exemplo de uso:

<html>
<head>
<meta HTTP-EQUIV=”refresh” CONTENT=”1;URL=http://www.CentralDoUsuario.com”>
<title>:: CentralDoUsuario::</title>
</head>
<body>
</body>
</html>