Skip to content

Instantly share code, notes, and snippets.

@ovzer
Last active March 28, 2024 15:08
Show Gist options
  • Select an option

  • Save ovzer/926eeffc1cf7c294bdbb353214a7309b to your computer and use it in GitHub Desktop.

Select an option

Save ovzer/926eeffc1cf7c294bdbb353214a7309b to your computer and use it in GitHub Desktop.
Website that closes itself
<!doctype html><html><head><script>
window.onload = function load() {
window.close('','_parent','');
};
</script></head><body></body></html>
@Sniper0141
Copy link

Haha thanks for this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment