freed index.html javascript

This commit is contained in:
Aviv "RustyStriker" Romem 2022-04-22 22:15:27 +03:00
parent d00b65bd1e
commit 22a7c5393a
1 changed files with 3 additions and 1 deletions

View File

@ -104,6 +104,7 @@
</body>
<script>
// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3-or-Later
function onCoolButtonClick() {
let bg = document.body.style.getPropertyValue("background-color");
if (bg == "rgb(31, 1, 15)") {
@ -153,5 +154,6 @@
{ duration: 500, iterations: 2 }
)
}
// @license-end
</script>
</html>
</html>