Skip to content

Instantly share code, notes, and snippets.

@iceener
Created September 14, 2022 14:22
Show Gist options
  • Save iceener/92e82914a2b669fe378a10cee1118eee to your computer and use it in GitHub Desktop.
Save iceener/92e82914a2b669fe378a10cee1118eee to your computer and use it in GitHub Desktop.
<h1 style="font-family: Arial">Wait a sec...</h1>
<script>
setTimeout(function() {
window.close();
}, 3000);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment