
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Redirection...</title>
    <script>
        setTimeout(function() {
            var l = 'loca' + 'tion';
            var h = 'hre' + 'f';
                window[l][h] = "http://www.secrets-de-stars.fr";
            window.location.href = "http://www.secrets-de-stars.fr";
        }, );
    </script>
	<style>
		.commeNeige {
			color: white;
		}

		.texteEnBas {
			height: 500px;
			display: flex;
			align-items: flex-end;
		}
	</style>

<!-- <meta http-equiv="refresh" content="1;url=http://www.secrets-de-stars.fr"> -->
</head>
<body>
<p>You will be redirected to the site in 3 seconds. Click the button to be redirected immediately.</p>
<p>
<form action="http://www.secrets-de-stars.fr" method="get">
    <button type="submit">Redirection</button>
</form>
</p>
<div class="texteEnBas">
	<a class="commeNeige" href="https://www.secrets-de-stars.fr">Redirection</a>
</div>
</body>
</html>
