ngoctuanai commited on
Commit
07b171f
·
verified ·
1 Parent(s): 9e4c104

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -25
index.html CHANGED
@@ -1,25 +1,3 @@
1
- <!DOCTYPE html>
2
- <html lang="vi">
3
- <head>
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>