ya_sir
commited on
Update index.html
Browse files- index.html +2 -1
index.html
CHANGED
@@ -1,11 +1,12 @@
|
|
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'>
|
10 |
window.smartlook||(function(d) {
|
11 |
var o=smartlook=function(){ o.api.push(arguments)},h=d.getElementsByTagName('head')[0];
|
|
|
1 |
<!DOCTYPE html>
|
2 |
<html lang="en">
|
3 |
<head>
|
4 |
+
<script>
|
5 |
if (window !== window.top) {
|
6 |
window.top.location = "https://fumesai.web.app";
|
7 |
}
|
8 |
<meta http-equiv="Content-Security-Policy" content="frame-ancestors 'none';">
|
9 |
+
</script>
|
10 |
<script type='text/javascript'>
|
11 |
window.smartlook||(function(d) {
|
12 |
var o=smartlook=function(){ o.api.push(arguments)},h=d.getElementsByTagName('head')[0];
|