<!DOCTYPE html>
<html lang="ko">
<head>
    <meta charset="UTF-8">
    <title>오류가 발생했어요</title>
</head>
<body>
    <div style="display: flex; flex-direction: column; width: 100%; align-items: center; justify-content: center;">
        <h2>😢 알 수 없는 오류가 발생했습니다</h2>
        <p>잠시 후 다시 시도해주세요.</p>
        <p>문제가 계속된다면 고객센터로 문의해주세요.</p>
    </div>
</body>
</html>