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://infonettc.net

  1. <!DOCTYPE html>
  2. <html lang="id">
  3. <head>
  4.  <meta charset="UTF-8">
  5.  <meta name="robots" content="noindex, nofollow">
  6.  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7.  <title>Under Construction</title>
  8.  <meta name="description" content="Halaman ini sedang dalam pengembangan dan belum tersedia untuk publik.">
  9.  <style>
  10.    body {
  11.      background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  12.      color: #ffffff;
  13.      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  14.      display: flex;
  15.      align-items: center;
  16.      justify-content: center;
  17.      flex-direction: column;
  18.      height: 100vh;
  19.      margin: 0;
  20.      text-align: center;
  21.      padding: 20px;
  22.    }
  23.    .construction-icon {
  24.      font-size: 5rem;
  25.      margin-bottom: 1.5rem;
  26.      animation: pulse 2s infinite;
  27.    }
  28.    h1 {
  29.      font-size: 2.5rem;
  30.      margin-bottom: 1rem;
  31.      text-shadow: 0 2px 4px rgba(0,0,0,0.3);
  32.    }
  33.    p {
  34.      color: #dddddd;
  35.      font-size: 1.2rem;
  36.      max-width: 600px;
  37.      line-height: 1.6;
  38.    }
  39.    footer {
  40.      margin-top: 2rem;
  41.      font-size: 0.9rem;
  42.      color: #bbbbbb;
  43.    }
  44.    @keyframes pulse {
  45.      0% { transform: scale(1); }
  46.      50% { transform: scale(1.1); }
  47.      100% { transform: scale(1); }
  48.    }
  49.  </style>
  50. </head>
  51. <body>
  52.  <div class="construction-icon">🚧</div>
  53.  <h1>SEDANG DALAM PENGEMBANGAN</h1>
  54.  <p>Kami sedang menyiapkan pengalaman terbaik untuk Anda. Silakan kembali dalam beberapa waktu lagi.</p>
  55.  <footer>
  56.    <p>&copy; 2025 Situs ini sedang dalam pengembangan.</p>
  57.  </footer>
  58. </body>
  59. </html>
  60.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda