File size: 610 Bytes
768bf45 0eead28 768bf45 |
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>LogicKor | 한국어 언어모델 다분야 사고력 벤치마크</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://lk.instruct.kr/" frameborder="0">
브라우저가 iframe을 지원하지 않습니다.
</iframe>
</body>
</html> |