También encontré esto
Insertar CODE, HTML o PHP:
<head>
<meta http-equiv = 'actualizar' contenido = '5; URL = www.example.com ' >
</head>
<your_other_code> </your_other_code>
<h3> <a href = "www.example.com" target = "_blank" rel = "noopener noreferrer"> Haga clic aquí si no es dirigido en 5 segundos! </a> </h3>
Con HTML
Insertar CODE, HTML o PHP:
<meta http-equiv = "refresh" content = "3; url = http: //example.com/" />
Con JS (1000 igual a un segundo)
Insertar CODE, HTML o PHP:
<script>
setInterval ( function () {
var div = documento . querySelector ( "#counter" );
recuento var = div . textContent * 1 - 1 ;
div . textContent = count ;
if ( cuenta <= 0 ) {
ventana . ubicación . reemplazar ( "https://example.com" );
}
}, 1000 );
</script>
a David Morales, no le dices que no se puede, porque como chingaos que no.