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://swarakaltara.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: #0e0e0e;
  12.      color: white;
  13.      font-family: Arial, sans-serif;
  14.      display: flex;
  15.      flex-direction: column;
  16.      justify-content: center;
  17.      align-items: center;
  18.      height: 100vh;
  19.      text-align: center;
  20.    }
  21.    img {
  22.      width: 200px;
  23.      max-width: 80%;
  24.      margin-bottom: 30px;
  25.    }
  26.    h1 {
  27.      font-size: 2em;
  28.    }
  29.    p {
  30.      color: #ccc;
  31.    }
  32.  </style>
  33. </head>
  34. <body>
  35.  <img src="/logo.png" alt="Logo Luwu Utara">
  36.  <h1>Situs Sedang Dalam Pemeliharaan</h1>
  37.  <p>Kami sedang melakukan perbaikan. Silakan kunjungi kembali nanti.</p>
  38. </body>
  39. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda