File size: 279 Bytes
b2e5aea | 1 2 3 4 5 6 7 | document.getElementById('joinBtn').onclick = function() {
// Replace this with your real invite link
window.location.href = "https://pplx.ai/hajramazha95571";
// Optionally, to show a thank you page after click, use:
// window.location.href = "thankyou.html";
};
|