invite / script.js
abeea's picture
Create script.js
b2e5aea verified
raw
history blame contribute delete
279 Bytes
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";
};