Untitled
unknown
plain_text
3 months ago
253 B
4
Indexable
document.addEventListener("DOMContentLoaded", function () { const button = document.querySelector("button.open"); if (button) { button.addEventListener("click", function () { alert("Wallet connecté !"); }); } });
Editor is loading...
Leave a Comment