i forgot to update the js
This commit is contained in:
parent
532e98c804
commit
642ce38909
1 changed files with 11 additions and 1 deletions
12
script.js
12
script.js
|
|
@ -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!");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue