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://kayong.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">
  6.  <title>Situs Sedang Maintenance</title>
  7.  <style>
  8.    body {
  9.      margin: 0;
  10.      padding: 0;
  11.      background-color: #111;
  12.      font-family: Arial, sans-serif;
  13.      color: white;
  14.      display: flex;
  15.      flex-direction: column;
  16.      align-items: center;
  17.      justify-content: center;
  18.      height: 100vh;
  19.      text-align: center;
  20.    }
  21.    .emoji {
  22.      font-size: 60px;
  23.      margin-bottom: 20px;
  24.    }
  25.    h1 {
  26.      font-size: 2rem;
  27.      margin-bottom: 10px;
  28.    }
  29.    p {
  30.      font-size: 1rem;
  31.      color: #ccc;
  32.    }
  33.  </style>
  34. </head>
  35. <body>
  36.  <div class="emoji">🚧</div>
  37.  <h1>Site is Under Maintenace</h1>
  38.  <p>I'll Be Right Back</p>
  39. </body>
  40. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda