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://ka.karismagarudamulia.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>Situs Sedang Maintenance</title>
  7.  <style>
  8.    body {
  9.      margin: 0;
  10.      padding: 0;
  11.      background-color: #111;
  12.      font-family: Arial, sans-serif;
  13.      color: white;
  14.      display: flex;
  15.      flex-direction: column;
  16.      align-items: center;
  17.      justify-content: center;
  18.      height: 100vh;
  19.      text-align: center;
  20.    }
  21.    img {
  22.      max-width: 200px;
  23.      margin-bottom: 30px;
  24.    }
  25.    h1 {
  26.      font-size: 2rem;
  27.      margin-bottom: 10px;
  28.    }
  29.    p {
  30.      font-size: 1rem;
  31.      color: #ccc;
  32.    }
  33.  </style>
  34. </head>
  35. <body>
  36.  <img src="logo.ico" alt="Logo ka.karismagarudamulia.com">
  37.  <h1>Situs Sedang Dalam Perbaikan</h1>
  38.  <p>Kami sedang melakukan pemeliharaan sistem. Silakan kembali lagi nanti.</p>
  39. </body>
  40. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda