<!DOCTYPE html>
<html lang="ko">
<head>
  <meta charset="UTF-8"/>
  <title>오류 · VAIL</title>
  <style>
    body { font-family: -apple-system, sans-serif; display: flex; justify-content: center; align-items: center; min-height: 100vh; background: #f1f3f6; margin: 0; }
    .box { background: #fff; border-radius: 12px; padding: 48px; text-align: center; max-width: 420px; box-shadow: 0 2px 8px rgba(0,0,0,.08); }
    h1 { font-size: 20px; color: #1e3a5f; margin-bottom: 12px; }
    p { font-size: 14px; color: #666; line-height: 1.6; }
    a { display: inline-block; margin-top: 20px; padding: 10px 24px; background: #1e3a5f; color: #fff; text-decoration: none; border-radius: 8px; font-size: 14px; }
  </style>
</head>
<body>
  <div class="box">
    <h1>오류가 발생했습니다</h1>
    <p>오류가 발생했습니다: No static resource sitemap.xml.</p>
    <a href="/">홈으로</a>
  </div>
</body>
</html>
