Created
October 22, 2024 09:43
-
-
Save afrikaan-official/e496c72a25f14151db0a9db8b194de46 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>Sayfa</title> | |
| </head> | |
| <body> | |
| <script type="text/javascript"> | |
| var now = new Date().valueOf(); | |
| setTimeout(function () { | |
| if (new Date().valueOf() - now > 100) return; | |
| window.location = "https://google.com"; | |
| }, 25); | |
| window.location = "alisgidis://prod.alisgidis.com/profile"; | |
| </script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment