<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>External Page Embed</title>
<style>
/* iframe을 페이지 전체에 맞게 조정하는 스타일 */
iframe {
width: 100%;
height: 100vh; /* 전체 화면 높이 */
border: none; /* 기본 테두리 제거 */
}
</style>
<iframe src="https://kocdf.com/exhibitor/participation/" title="External Page"></iframe>