<!DOCTYPE html>
<html lang="ko">
<head>
    <meta charset="UTF-8">
    <title>오류 500</title>
    <style>
        body { font-family: sans-serif; text-align: center; padding: 5rem; }
        h1 { font-size: 2rem; color: #d33; }
        p  { color: #666; }
        a  { color: #007bff; text-decoration: none; }
    </style>
</head>
<body>
<h1>Error 500</h1>
<p>서버 오류가 발생했습니다.</p>
<p><a href="/">홈으로 돌아가기</a></p>
</body>
</html>