Last active
July 23, 2020 14:05
-
-
Save serebano/6911a9f9f3b39b2b8de72b19fc79171f to your computer and use it in GitHub Desktop.
alternative pop-up
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
<a | |
style="display:block;position:fixed;z-index:9999999;width:100%;height:100%;top:0;left:0" | |
href="/" | |
target="_blank" | |
onclick="setTimeout(function(){ document.location.href='https://example.com' }, 100)"> | |
</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment