<!DOCTYPE html>
<html lang="vi">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Link không tồn tại</title>
    <style>
        body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
               display: flex; align-items: center; justify-content: center; min-height: 100vh;
               background: #f5f5f5; }
        .box { text-align: center; padding: 40px 20px; }
        h2 { color: #333; margin-bottom: 8px; }
        p { color: #666; font-size: 14px; }
    </style>
</head>
<body>
<div class="box">
    <h2>Link không tồn tại</h2>
    <p>Link này đã hết hạn hoặc không hợp lệ.</p>
</div>
</body>
</html>
