Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bjeremii authored Jan 14, 2024
1 parent ba5bdb4 commit bad96f5
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
@@ -1,7 +1,7 @@
<html>
<head>
<script>
var random = Math.floor(Math.random() * 1);
var random = Math.floor(Math.random() * 2);
if (random == 0) {
window.location.replace('helloworld');
} else {
Expand Down

0 comments on commit bad96f5

Please sign in to comment.