Spaces:
Sleeping
Sleeping
Update templates/home.html
Browse files- 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">
|