Spaces:
Running
Running
Update index.html
Browse files- index.html +3 -25
index.html
CHANGED
|
@@ -1,25 +1,3 @@
|
|
| 1 |
-
<
|
| 2 |
-
|
| 3 |
-
<
|
| 4 |
-
<meta charset="UTF-8">
|
| 5 |
-
<title>Full Embed</title>
|
| 6 |
-
<style>
|
| 7 |
-
html, body {
|
| 8 |
-
margin: 0;
|
| 9 |
-
padding: 0;
|
| 10 |
-
height: 100%;
|
| 11 |
-
overflow: hidden;
|
| 12 |
-
}
|
| 13 |
-
iframe {
|
| 14 |
-
position: fixed;
|
| 15 |
-
top: 0; left: 0;
|
| 16 |
-
width: 100%;
|
| 17 |
-
height: 100%;
|
| 18 |
-
border: none;
|
| 19 |
-
}
|
| 20 |
-
</style>
|
| 21 |
-
</head>
|
| 22 |
-
<body>
|
| 23 |
-
<iframe src="https://chokiproai.github.io/project/" allowfullscreen></iframe>
|
| 24 |
-
</body>
|
| 25 |
-
</html>
|
|
|
|
| 1 |
+
<script>
|
| 2 |
+
window.location.href = "https://chokiproai.github.io/project/";
|
| 3 |
+
</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|