i forgot to update the js

This commit is contained in:
Ruben 2024-09-25 20:21:07 -05:00
commit 642ce38909
No known key found for this signature in database
GPG key ID: AE181294E97E4802

View file

@ -17,4 +17,14 @@ window.onclick = function(event) {
}
}
}
}
}
/* snippet that copies the html for my button(s) */
function copyButtonRegular() {
navigator.clipboard.writeText ('<a href="https://sneexy.pages.gay"><img src="https://sneexy.pages.gay/assets/buttons/sneexy.png" alt="Sneexy" title="Sneexy"></a>');
alert("button html copied!");
}
function copyButtonCatppuccin() {
navigator.clipboard.writeText ('<a href="https://sneexy.pages.gay"><img src="https://sneexy.pages.gay/assets/buttons/sneexy_cat.png" alt="Sneexy" title="Sneexy"></a>');
alert("button html copied!");
}