| 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"; | |
| }; | |