kolaslab commited on
Commit
a7821b4
·
verified ·
1 Parent(s): fde3aac

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +4 -16
index.html CHANGED
@@ -3,23 +3,11 @@
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>전체 화면 임베딩</title>
7
- <style>
8
- html, body {
9
- margin: 0;
10
- padding: 0;
11
- width: 100%;
12
- height: 100%;
13
- overflow: hidden;
14
- }
15
- iframe {
16
- width: 100%;
17
- height: 100%;
18
- border: none;
19
- }
20
- </style>
21
  </head>
22
  <body>
23
- <iframe src="https://fhcuop.vercel.app/" allowfullscreen></iframe>
 
 
24
  </body>
25
  </html>
 
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>리다이렉트</title>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  </head>
8
  <body>
9
+ <script>
10
+ window.location.href = 'https://mfjrzc.vercel.app/';
11
+ </script>
12
  </body>
13
  </html>