// snippet that copies the html for my button(s) function copyButtonSneexy() { navigator.clipboard.writeText( 'Sneexy' ); alert("button html copied!"); } function copyButtonSynthDownload() { navigator.clipboard.writeText( 'Synth.Download!' ); alert("button html copied!"); }