function copyText() { const text = document.getElementById('text-to-copy').innerText; navigator.clipboard.writeText(text).then(() => { alert('Text copied to clipboard'); }).catch(err => { alert('Error in copying text: ', err); }); }
top of page

Creative Amplifiers

Public·3 members

Welcome to the group! You can connect with other members, get updates and share photos.

  • About

    Share and collaborate with fellow Creative Amplifiers!

    Members

    bottom of page