Last active
March 28, 2024 15:08
-
-
Save ovzer/926eeffc1cf7c294bdbb353214a7309b to your computer and use it in GitHub Desktop.
Website that closes itself
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><script> | |
| window.onload = function load() { | |
| window.close('','_parent',''); | |
| }; | |
| </script></head><body></body></html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Haha thanks for this