ResterChed commited on
Commit
e58e7bc
·
1 Parent(s): 6c84e1a

target blank

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -169,7 +169,7 @@
169
  }
170
 
171
  generateBtn.addEventListener('click', () => {
172
- window.location.href = 'https://seedance10.com';
173
  });
174
  </script>
175
  </body>
 
169
  }
170
 
171
  generateBtn.addEventListener('click', () => {
172
+ window.open('https://seedance10.com', '_blank', 'noopener,noreferrer');
173
  });
174
  </script>
175
  </body>