<!DOCTYPE html>
<html lang="ko">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Hyperbook</title>
  <style>
    body { margin: 0; background: #f8f6f1; font-family: sans-serif; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh; color: #333; }
    img { max-width: 220px; height: auto; margin-bottom: 2rem; }
    p { font-size: 1.1rem; color: #666; }
    a { color: #8a6d3b; text-decoration: none; font-size: 0.95rem; }
    a:hover { text-decoration: underline; }
  </style>
</head>
<body>
  <img src="https://thesis.hyperbook.com/hyperbook_logo.jpg" alt="Hyperbook">
  <p>준비 중입니다 · Coming soon</p>
  <a href="https://thesis.hyperbook.com">→ AI 학술 광장 thesis.hyperbook.com</a>
</body>
</html>