<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <meta http-equiv="refresh" content="15;url=https://print.aichs.cn">
    <title>网站迁移通知 | Site Migration</title>
    <style>
        body { 
            font-family: Arial, Helvetica, sans-serif; 
            text-align: center; 
            padding: 80px 20px; 
            background: #f8f9fa;
            color: #333;
        }
        .container { max-width: 700px; margin: 0 auto; }
        h1 { color: #d32f2f; margin-bottom: 10px; }
        .subtitle { color: #666; font-size: 18px; margin-bottom: 40px; }
        p { font-size: 17px; line-height: 1.6; margin: 18px 0; }
        .lang-zh { font-size: 19px; }
        .lang-en { font-size: 17px; color: #555; }
        a { color: #1976d2; text-decoration: none; font-weight: bold; }
        a:hover { text-decoration: underline; }
        .divider { margin: 35px 0; border-top: 1px solid #ddd; }
    </style>
</head>
<body>
    <div class="container">
        <h1>网站迁移通知</h1>
        <p class="subtitle">Site Migration Notice</p>
        
        <p class="lang-zh"><strong>此网站已经永久迁移到 <a href="https://print.aichs.cn">https://print.aichs.cn</a></strong></p>
        <p class="lang-en"><strong>This website has been permanently moved to <a href="https://print.aichs.cn">https://print.aichs.cn</a></strong></p>
        
        <div class="divider"></div>
        
        <p class="lang-zh">15秒后将自动跳转到新地址...</p>
        <p class="lang-en">You will be automatically redirected in 15 seconds...</p>
        
        <p>
            <a href="https://print.aichs.cn">立即前往新地址 / Go to new address now</a>
        </p>
    </div>
</body>
</html>