Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Radio125 authored Jun 11, 2024
1 parent a08e218 commit f3f60d6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,3 @@
<p>This project is licensed under the MIT License - see the LICENSE file for details.</p>
</details>

<script>
function copyToClipboard(text) {
navigator.clipboard.writeText(text).then(function() {
console.log('Text copied to clipboard');
}).catch(function(error) {
console.error('Unable to copy text: ', error);
});
}
</script>

0 comments on commit f3f60d6

Please sign in to comment.