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://layanansuratdesaonje.com/

  1. <!DOCTYPE html>
  2. <html lang="id">
  3. <head>
  4.  <meta charset="UTF-8">
  5.  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.  <title>Situs Sedang Maintenance</title>
  7.  <style>
  8.    body {
  9.      margin: 0;
  10.      padding: 0;
  11.      background: linear-gradient(135deg, #1a1a1a, #3a3a3a);
  12.      color: #fff;
  13.      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  14.      display: flex;
  15.      justify-content: center;
  16.      align-items: center;
  17.      height: 100vh;
  18.      text-align: center;
  19.      flex-direction: column;
  20.    }
  21.  
  22.    .container {
  23.      max-width: 90%;
  24.      padding: 20px;
  25.      background: rgba(255, 255, 255, 0.05);
  26.      border-radius: 10px;
  27.      box-shadow: 0 0 10px rgba(255,255,255,0.1);
  28.    }
  29.  
  30.    h1 {
  31.      font-size: 28px;
  32.      margin-bottom: 15px;
  33.    }
  34.  
  35.    p {
  36.      font-size: 16px;
  37.      line-height: 1.6;
  38.    }
  39.  
  40.    @media (min-width: 600px) {
  41.      h1 {
  42.        font-size: 36px;
  43.      }
  44.      p {
  45.        font-size: 18px;
  46.      }
  47.    }
  48.  </style>
  49. </head>
  50. <body>
  51.  <div class="container">
  52.    <h1>🚧 Website Under Maintenance</h1>
  53.    <p>We are currently making improvements to the system to provide a better experience.<br>
  54.    Please come back later. Thank you for understanding!</p>
  55.  </div>
  56. </body>
  57. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda