Create script.js
Browse files
script.js
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
document.getElementById('joinBtn').onclick = function() {
|
| 2 |
+
// Replace this with your real invite link
|
| 3 |
+
window.location.href = "https://pplx.ai/hajramazha95571";
|
| 4 |
+
// Optionally, to show a thank you page after click, use:
|
| 5 |
+
// window.location.href = "thankyou.html";
|
| 6 |
+
};
|