
               <!DOCTYPE html>
               <html lang="en">
               <head>
                   <meta charset="UTF-8">
                   <meta name="viewport" content="width=device-width, initial-scale=1.0">
                   <title>Service Migration Notice</title>
                   <style>
                       body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; background-color: #f0f2f5; color: #333; margin: 0; padding: 20px; display: flex; justify-content: center; align-items: center; height: 100vh; text-align: center; }
                       .container { background-color: #fff; padding: 40px; border-radius: 12px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); max-width: 500px; width: 100%; }
                       h1 { color: #0056b3; margin-bottom: 20px; font-size: 24px; }
                       p { font-size: 16px; line-height: 1.6; margin-bottom: 15px; }
                       .contact { color: #007bff; font-weight: bold; }
                       .highlight { font-weight: bold; color: #d9534f; }
                   </style>
               </head>
               <body>
                   <div class="container">
                       <h1>Important Notice: Service Migrated</h1>
                       <p>Dear User,</p>
                       <p>Our services have been migrated to a new domain to provide a better and more stable experience. **uc.chatgptten.com** is no longer active. You can continue using our services by visiting the new domain:</p>
                       <p class="highlight">Please update your domain to: <a href="https://mj.chatgptten.com" target="_blank">mj.chatgptten.com</a></p>
                       <p>For any assistance or questions, please add our customer support specialist on WeChat: <span class="contact">junfhu201</span></p>
                       <p>Thank you for your understanding and support.</p>
                   </div>
               </body>
               </html>
           