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.ppagunpar.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: #1e1e1e;
  12.      color: #ffffff;
  13.      font-family: Arial, sans-serif;
  14.      display: flex;
  15.      flex-direction: column;
  16.      align-items: center;
  17.      justify-content: center;
  18.      height: 100vh;
  19.      text-align: center;
  20.    }
  21.  
  22.    .emoji {
  23.      font-size: 60px;
  24.      margin-bottom: 20px;
  25.    }
  26.  
  27.    h1 {
  28.      font-size: 2em;
  29.      margin-bottom: 10px;
  30.    }
  31.  
  32.    p {
  33.      color: #ccc;
  34.      font-size: 1em;
  35.    }
  36.  </style>
  37. </head>
  38. <body>
  39.  <div class="emoji">🚧</div>
  40.  <h1>Website Under Construction</h1>
  41.  <p>Come Back later.</p>
  42. </body>
  43. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda