This commit is contained in:
parent
559402795f
commit
214441ad40
12 changed files with 12 additions and 19 deletions
14
scripts/button.js
Normal file
14
scripts/button.js
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
// snippet that copies the html for my button(s)
|
||||
function copyButtonSneexy() {
|
||||
navigator.clipboard.writeText(
|
||||
'<a href="https://synth.download"><img src="https://synth.download/assets/buttons/sneexy.svg" alt="Sneexy"></a>'
|
||||
);
|
||||
alert("button html copied!");
|
||||
}
|
||||
|
||||
function copyButtonSynthDownload() {
|
||||
navigator.clipboard.writeText(
|
||||
'<a href="https://synth.download"><img src="https://synth.download/assets/buttons/synth.download.svg" alt="Synth.Download!"></a>'
|
||||
);
|
||||
alert("button html copied!");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue