div class="plan-card">
h2>Donate BitcoinSend only Bitcoin (BTC) to this deposit address. Sending any other coin or token to this address may result in the loss of your donation, Thanks! /span> /h2>
div class="etiquet-price">
img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNBMImgV8G4wldahqdCtoBBVWK_VCVkf0JWIoCZJYG318MkAKC7z0-3QijFgaR0TL4aiYpZEHC13UCkd1lyzveuzafXYxP-Ido3lGkaasOhohd_-_Wl1gRRZVxOIJy9awIN9rGJV8g4oK6dzzGl2htPVc8DDitqau5ZSZltScvdrKj2sciB9msdzySZQ/s320/payment.png" alt="">
div> /div
/div>
h3>Thanks for the support /h3>
div class="button-g">
div class="container">
div class="label">
/div>
div class="copy-text">
input type="text" class="text" value="bc1qr7szjagh42l3fcjuj6yza9c8mgudr0wpf84t6x" />
button> i class="fa fa-clone"> /i> /button>
/div>
/div>
/div>
/div
script
let copyText = document.querySelector(".copy-text");
copyText.querySelector("button").addEventListener("click", function () {
let input = copyText.querySelector("input.text");
input.select();
document.execCommand("copy");
copyText.classList.add("active");
window.getSelection().removeAllRanges();
setTimeout(function () {
copyText.classList.remove("active");
}, 2500);
});
/script
script src="https://kit.fontawesome.com/da9904b7b5.js" crossorigin="anonymous"> /script