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

Humanity Hawks

Public·2 members
Dr. William Brendel
March 16, 2022 · changed the group description.
Dr Brendel
+4

Share and collaborate with fellow Humanity Hawks!

  • About

    Share and collaborate with fellow Humanity Hawks!

    bottom of page