Skip to content

Instantly share code, notes, and snippets.

@tech4him1
Created April 20, 2017 23:33
Show Gist options
  • Save tech4him1/cf774554a6d0b4208e9e93ead284804e to your computer and use it in GitHub Desktop.
Save tech4him1/cf774554a6d0b4208e9e93ead284804e to your computer and use it in GitHub Desktop.
zwqPQp
<h1>Hi All.</h1>
(async () => {
await (new Promise(resolve => {
setTimeout(resolve, 1500)
}));
})();
document.write("done");
body {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment