It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://www.mya777.info

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.  <meta charset="UTF-8">
  5.  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.  <title>We've Moved!</title>
  7.  <style>
  8.    body {
  9.      margin: 0;
  10.      padding: 0;
  11.      display: flex;
  12.      justify-content: center;
  13.      align-items: center;
  14.      height: 100vh;
  15.      background-image: url('bg.jpg');
  16.      background-size: cover;
  17.      background-position: center;
  18.      font-family: 'Helvetica Neue', Arial, sans-serif;
  19.      text-align: center;
  20.      color: #333;
  21.    }
  22.  
  23.    .container {
  24.      padding: 2rem;
  25.      background: rgba(255, 255, 255, 0.8);  /* 半透明背景 */
  26.      border-radius: 12px;
  27.      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  28.      max-width: 400px;
  29.      width: 90%;
  30.    }
  31.  
  32.    h1 {
  33.      font-size: 2rem;
  34.      margin-bottom: 1rem;
  35.    }
  36.  
  37.    p {
  38.      font-size: 1rem;
  39.      margin-bottom: 1rem;
  40.    }
  41.  
  42.    .link-info {
  43.      font-size: 0.95rem;
  44.      color: #333;
  45.      margin-bottom: 1.5rem;
  46.    }
  47.  
  48.    .button {
  49.      display: inline-block;
  50.      padding: 0.75rem 1.5rem;
  51.      background-color: #3b82f6;
  52.      color: white;
  53.      text-decoration: none;
  54.      border-radius: 8px;
  55.      font-size: 1rem;
  56.      transition: background-color 0.3s;
  57.    }
  58.  
  59.    .button:hover {
  60.      background-color: #2563eb;
  61.    }
  62.  
  63.    @media (max-width: 600px) {
  64.      h1 {
  65.        font-size: 1.5rem;
  66.      }
  67.      p, .link-info {
  68.        font-size: 0.9rem;
  69.      }
  70.    }
  71.  </style>
  72. </head>
  73. <body>
  74.  <div class="container">
  75.    <h1>We've Moved!</h1>
  76.    <p>Our website has moved to a new address.</p>
  77.    <div class="link-info">You are being redirected from <strong>https://www.mya777.info/</strong> to <strong>https://www.mya777info.com/</strong></div>
  78.    <a href="https://www.mya777info.com" class="button">Go to New Website</a>
  79.  </div>
  80. </body>
  81. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda