| <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> |