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://smkmuh1cilacap.id/

  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>Website Maintenance</title>
  7.  <style>
  8.    body {
  9.      background-color: #f4f4f4;
  10.      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  11.      color: #333;
  12.      display: flex;
  13.      flex-direction: column;
  14.      align-items: center;
  15.      justify-content: center;
  16.      min-height: 100vh;
  17.      text-align: center;
  18.      padding: 20px;
  19.    }
  20.    .container {
  21.      background: #ffffff;
  22.      padding: 40px;
  23.      border-radius: 10px;
  24.      box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
  25.      max-width: 600px;
  26.    }
  27.    h1 {
  28.      color: #c0392b;
  29.      font-size: 2.5rem;
  30.      margin-bottom: 10px;
  31.    }
  32.    p {
  33.      font-size: 1.2rem;
  34.      line-height: 1.6;
  35.    }
  36.    .logo {
  37.      margin-bottom: 20px;
  38.    }
  39.    img {
  40.      max-width: 100px;
  41.    }
  42.  </style>
  43. </head>
  44. <body>
  45.  <div class="container">
  46.    <h1>⛔ Website Maintenance</h1>
  47.    <p>
  48.      Website <strong>grill-wine.com</strong> is under construsction.
  49.      <br><br>
  50.      We will be right back ASAP, Thankyou!.
  51.    </p>
  52.  </div>
  53. </body>
  54. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda