ya_sir
commited on
Commit
•
9fc25f2
1
Parent(s):
924ea9a
Update index.html
Browse files- index.html +3 -6
index.html
CHANGED
@@ -1,12 +1,9 @@
|
|
1 |
<!DOCTYPE html>
|
2 |
<html lang="en">
|
3 |
<head>
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
throw new Error("This site cannot be embedded in an iframe.");
|
8 |
-
}
|
9 |
-
</script>
|
10 |
<meta http-equiv="Content-Security-Policy" content="frame-ancestors 'none';">
|
11 |
|
12 |
<script type='text/javascript'>
|
|
|
1 |
<!DOCTYPE html>
|
2 |
<html lang="en">
|
3 |
<head>
|
4 |
+
if (window !== window.top) {
|
5 |
+
window.top.location = "https://fumesai.web.app";
|
6 |
+
}
|
|
|
|
|
|
|
7 |
<meta http-equiv="Content-Security-Policy" content="frame-ancestors 'none';">
|
8 |
|
9 |
<script type='text/javascript'>
|