site/script.js
2024-12-14 02:25:18 -06:00

5 lines
No EOL
273 B
JavaScript

// snippet that copies the html for my button(s)
function copyButton() {
navigator.clipboard.writeText ('<a href="https://synth.download"><img src="https://synth.download/assets/buttons/sneexy.svg" alt="Sneexy" title="Sneexy"></a>');
alert("button html copied!");
}