abeea commited on
Commit
b2e5aea
·
verified ·
1 Parent(s): 2e5f45b

Create script.js

Browse files
Files changed (1) hide show
  1. script.js +6 -0
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
+ };