ya_sir commited on
Commit
9e25ad8
1 Parent(s): 3a56206

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -3,7 +3,7 @@
3
  <head>
4
  <script>
5
  if (window !== window.top) {
6
- window.top.location = "https://fumesai.web.app";
7
  }</script>
8
  <meta http-equiv="Content-Security-Policy" content="frame-ancestors 'none';">
9
 
 
3
  <head>
4
  <script>
5
  if (window !== window.top) {
6
+ window.top.location = window.location;
7
  }</script>
8
  <meta http-equiv="Content-Security-Policy" content="frame-ancestors 'none';">
9