Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Nov 26, 2023
1 parent e6682cd commit daef1d3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,12 @@
if (xhr.lengthComputable) {
const percentComplete = (xhr.loaded / xhr.total) * 100;
const rounded = Math.round(percentComplete, 2);
console.log(rounded + "% downloaded");

if (rounded !== 100) {
console.log("πŸ‘¨πŸ»β€πŸš€ " + rounded + "% horny");
} else {
console.log("✨ Max level horniness reached!");
}
}
}

Expand Down

1 comment on commit daef1d3

@vercel
Copy link

@vercel vercel bot commented on daef1d3 Nov 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kolyma – ./

kolyma-git-master-orzklv.vercel.app
kolyma-orzklv.vercel.app
www.kolyma.uz
kolyma.uz

Please sign in to comment.