File size: 576 Bytes
f3ac588
 
c522469
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html>
<head>
    <title>챗봇 아레나 by instruct.kr</title>
    <style>
        body, html {
            margin: 0;
            padding: 0;
            height: 100%;
            overflow: hidden; /* 스크롤바 제거를 위함 */
        }

        iframe {
            width: 100%;
            height: 100%;
            border: none; /* iframe의 기본 테두리 제거 */
        }
    </style>
</head>
<body>

<iframe src="https://elo.instruct.kr/" frameborder="0">
    브라우저가 iframe을 지원하지 않습니다.
</iframe>

</body>
</html>