<!DOCTYPE html><html lang="vi"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Hệ thống tạm ngưng</title><style>body { font-family: sans-serif; background-color: #f7f9fa; color: #333; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; text-align: center; } .container { max-width: 600px; padding: 40px; background: #fff; border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); } h1 { color: #e74c3c; font-size: 24px; margin-bottom: 20px; } p { font-size: 18px; line-height: 1.6; } </style></head><body><div class="container"><h1>Hệ thống đã hết hạn</h1><p>Hệ thống đã hết hạn, vui lòng liên hệ quản trị để gia hạn.</p></div></body></html>