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://pbbtegalpanjang.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>403 Forbidden</title>
  7.  <style>
  8.    body {
  9.      background-color: #ff4b4b;
  10.      margin: 0;
  11.      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  12.      color: #fff;
  13.      display: flex;
  14.      align-items: center;
  15.      justify-content: center;
  16.      height: 100vh;
  17.      flex-direction: column;
  18.      text-align: center;
  19.    }
  20.    h1 {
  21.      font-size: 120px;
  22.      margin: 0;
  23.    }
  24.    h2 {
  25.      margin: 10px 0;
  26.      font-size: 36px;
  27.    }
  28.    p {
  29.      max-width: 400px;
  30.      margin: 20px auto;
  31.      font-size: 18px;
  32.    }
  33.    a {
  34.      text-decoration: none;
  35.      padding: 12px 24px;
  36.      background-color: #fff;
  37.      color: #ff4b4b;
  38.      font-weight: bold;
  39.      border-radius: 8px;
  40.      transition: 0.3s;
  41.    }
  42.    a:hover {
  43.      background-color: #ffeaea;
  44.    }
  45.  </style>
  46. </head>
  47. <body>
  48.  <h1>403</h1>
  49.  <h2>Akses Ditolak</h2>
  50.  <p>Maaf, Anda tidak memiliki izin untuk mengakses halaman ini. Silakan kembali atau hubungi admin jika ini kesalahan.</p>
  51.  <a href="/">Kembali ke Beranda</a>
  52. </body>
  53. </html>
  54.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda