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://kuaciparicilacap.com/

  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>PPDB MAN 1 Kota Sukabumi - Maintenance</title>
  7.  <style>
  8.    body {
  9.      margin: 0;
  10.      padding: 0;
  11.      background: linear-gradient(135deg, #e8f0fe, #fefefe);
  12.      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  13.      display: flex;
  14.      flex-direction: column;
  15.      align-items: center;
  16.      justify-content: center;
  17.      height: 100vh;
  18.      text-align: center;
  19.      color: #2c3e50;
  20.    }
  21.  
  22.    .logo {
  23.      max-width: 140px;
  24.      margin-bottom: 20px;
  25.    }
  26.  
  27.    h1 {
  28.      font-size: 26px;
  29.      color: #2e7d32;
  30.      margin-bottom: 10px;
  31.    }
  32.  
  33.    p {
  34.      font-size: 18px;
  35.      max-width: 500px;
  36.      margin: 0 auto;
  37.      line-height: 1.6;
  38.    }
  39.  
  40.    .footer {
  41.      margin-top: 30px;
  42.      font-size: 14px;
  43.      color: #666;
  44.    }
  45.  
  46.    .spinner {
  47.      margin-top: 30px;
  48.      width: 40px;
  49.      height: 40px;
  50.      border: 5px solid #ccc;
  51.      border-top: 5px solid #2e7d32;
  52.      border-radius: 50%;
  53.      animation: spin 1s linear infinite;
  54.    }
  55.  
  56.    @keyframes spin {
  57.      to { transform: rotate(360deg); }
  58.    }
  59.  </style>
  60. </head>
  61. <body>
  62.  <!-- Ganti logo-ppdb.png dengan path logo PPDB -->
  63.  <img src="https://ik.imagekit.io/tuyul/images/logo314.png?updatedAt=1749200752548" alt="Logo PPDB MAN 1 Kota Sukabumi" class="logo">
  64.  
  65.  <h1>Situs Sedang Dalam Pemeliharaan</h1>
  66.  <p>
  67.    Portal PPDB MAN 1 Kota Sukabumi saat ini sedang dalam proses pemeliharaan sistem.<br>
  68.    Kami mohon maaf atas ketidaknyamanannya. Silakan kembali dalam beberapa saat.
  69.  </p>
  70.  
  71.  <div class="spinner"></div>
  72.  
  73.  <div class="footer">
  74.    &copy; 2025 PPDB MAN 1 Kota Sukabumi
  75.  </div>
  76. </body>
  77. </html>
  78.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda