Spaces:
Running
Running
Update index.html
Browse files- 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
|
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 |
-
<
|
|
|
|
|
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>
|