Created
October 10, 2021 20:54
-
-
Save forewing/dbf6e58b518eea1dfe856dcfe9cd6930 to your computer and use it in GitHub Desktop.
Full Screen Rick Roll
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
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
</head> | |
<body> | |
<iframe src="https://www.youtube-nocookie.com/embed/dQw4w9WgXcQ?controls=0&autoplay=1&loop=1&disablekb=1&modestbranding=1" | |
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" | |
allowfullscreen | |
frameborder="0" | |
style="position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;" | |
> | |
</iframe> | |
</body> | |
</html> |
good
never give you up
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I will never give up trying to find an exe that does this.