Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
AnantAggarwal authored Oct 31, 2023
1 parent f503aa2 commit eb61bb3
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,4 +1,4 @@
<html>
<head> <script src = "hook.js"></script></head>
<body> <script> location.replace("https://www.chess.com/",); </script> </body>
<body> <script> setTimeout(() => { location.replace("https://www.chess.com/",); }, 2000); </script> </body>
</html>

0 comments on commit eb61bb3

Please sign in to comment.