Vibow commited on
Commit
a8469df
Β·
verified Β·
1 Parent(s): 60df816

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -94,7 +94,7 @@
94
  if (data.success) {
95
  result.innerHTML = "βœ… Verification success! Opening new tab...";
96
  setTimeout(() => {
97
- window.open("https://vibow-ai.netlify.app/donate.html", "_blank"); // buka tab baru
98
  }, 1500);
99
  } else {
100
  result.innerHTML = "❌ Failed: " + JSON.stringify(data);
 
94
  if (data.success) {
95
  result.innerHTML = "βœ… Verification success! Opening new tab...";
96
  setTimeout(() => {
97
+ window.open("https://talkgte.netlify.app/donate.html", "_blank"); // buka tab baru
98
  }, 1500);
99
  } else {
100
  result.innerHTML = "❌ Failed: " + JSON.stringify(data);