diff --git a/script.js b/script.js index 686bdbe..f631977 100644 --- a/script.js +++ b/script.js @@ -17,4 +17,14 @@ window.onclick = function(event) { } } } -} \ No newline at end of file +} + +/* snippet that copies the html for my button(s) */ +function copyButtonRegular() { + navigator.clipboard.writeText ('Sneexy'); + alert("button html copied!"); +} +function copyButtonCatppuccin() { + navigator.clipboard.writeText ('Sneexy'); + alert("button html copied!"); +} \ No newline at end of file