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

  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>Site Under Maintenance</title>
  7.    <style>
  8.        body {
  9.            font-family: Arial, sans-serif;
  10.            background-color: #f4f4f4;
  11.            margin: 0;
  12.            padding: 0;
  13.            display: flex;
  14.            justify-content: center;
  15.            align-items: center;
  16.            height: 100vh;
  17.            text-align: center;
  18.        }
  19.        .container {
  20.            background-color: #fff;
  21.            border-radius: 5px;
  22.            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  23.            padding: 40px;
  24.            max-width: 600px;
  25.        }
  26.        h1 {
  27.            color: #333;
  28.        }
  29.        p {
  30.            color: #666;
  31.            line-height: 1.6;
  32.        }
  33.    </style>
  34. </head>
  35. <body>
  36.    <div class="container">
  37.        <h1>Site Under Maintenance</h1>
  38.        <p>We apologize for the inconvenience. Our website is currently under maintenance.</p>
  39.        <p>Please check back soon.</p>
  40.    </div>
  41. </body>
  42. </html>
  43.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda