5 lines
No EOL
273 B
JavaScript
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!");
|
|
} |