<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; URL='https://www.ejemplo.com'" />
<title>Redirigiendo...</title>
</head>
<body>
Si no eres redirigido automáticamente, haz clic <a href="https://www.ejemplo.com">aquí</a>.
</body>
</html>