From 642ce389094510743521e247b99606fd88ae0c10 Mon Sep 17 00:00:00 2001 From: Ruben Date: Wed, 25 Sep 2024 20:21:07 -0500 Subject: [PATCH] i forgot to update the js --- script.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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