AiDeveloper1 commited on
Commit
de3ad1c
·
verified ·
1 Parent(s): b09b2ea

Update templates/home.html

Browse files
Files changed (1) hide show
  1. templates/home.html +5 -0
templates/home.html CHANGED
@@ -2,6 +2,11 @@
2
  <html lang="en">
3
 
4
  <head>
 
 
 
 
 
5
  <meta charset="UTF-8">
6
  <title>Home - Social Media Scheduler</title>
7
  <meta name="viewport" content="width=device-width, initial-scale=1">
 
2
  <html lang="en">
3
 
4
  <head>
5
+ <script>
6
+ if (window.top !== window.self) {
7
+ window.top.location = window.location.href;
8
+ }
9
+ </script>
10
  <meta charset="UTF-8">
11
  <title>Home - Social Media Scheduler</title>
12
  <meta name="viewport" content="width=device-width, initial-scale=1">