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://kelurahansudiang.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>Website Sedang Maintance</title>
  7.  <style>
  8.    body {
  9.      font-family: Arial, sans-serif;
  10.      background-color: #f8f9fa;
  11.      color: #333;
  12.      display: flex;
  13.      justify-content: center;
  14.      align-items: center;
  15.      height: 100vh;
  16.      margin: 0;
  17.      text-align: center;
  18.    }
  19.  
  20.    .box {
  21.      max-width: 400px;
  22.      padding: 40px;
  23.      background-color: #fff;
  24.      border: 1px solid #ddd;
  25.      border-radius: 12px;
  26.      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  27.    }
  28.  
  29.    h1 {
  30.      font-size: 22px;
  31.      margin-bottom: 16px;
  32.    }
  33.  
  34.    p {
  35.      font-size: 16px;
  36.      color: #666;
  37.    }
  38.  
  39.    .emoji {
  40.      font-size: 48px;
  41.      margin-bottom: 16px;
  42.    }
  43.  
  44.    button {
  45.      margin-top: 20px;
  46.      padding: 10px 24px;
  47.      font-size: 14px;
  48.      background-color: #007bff;
  49.      color: white;
  50.      border: none;
  51.      border-radius: 6px;
  52.      cursor: pointer;
  53.    }
  54.  
  55.    button:hover {
  56.      background-color: #0056b3;
  57.    }
  58.  </style>
  59. </head>
  60. <body>
  61.  <div class="box">
  62.    <div class="emoji">⚠️</div>
  63.    <h1>Website Sedang Maintance</h1>
  64.    <p>Mohon maaf atas ketidaknyamanan ini. Tim teknis kami sedang bekerja untuk menyelesaikannya secepat mungkin.</p>
  65.    <button onclick="location.reload()">Coba Lagi</button>
  66.  </div>
  67. </body>
  68. </html>
  69.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda