Skip to content

Commit

Permalink
shit
Browse files Browse the repository at this point in the history
  • Loading branch information
blackshibe committed May 19, 2024
1 parent a358455 commit 0e959ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</body>
<script>
let pages = ["https://erizo.cc/", "http://rxn.lol/"];
let random_index = Math.round(Math.random() * pages.length);
let random_index = Math.floor(Math.random() * pages.length);

document.getElementById("random-tag").setAttribute("href", pages[random_index]);
</script>
Expand Down

0 comments on commit 0e959ba

Please sign in to comment.