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://trunks-ow.click/

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.    <meta charset="UTF-8">
  5.    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.    <title>403 Forbidden</title>
  7.    <style>
  8.        body {
  9.            font-family: Arial, sans-serif;
  10.            background-color: #f5f5f5;
  11.            color: #333;
  12.            margin: 0;
  13.            padding: 0;
  14.            display: flex;
  15.            justify-content: center;
  16.            align-items: center;
  17.            min-height: 100vh;
  18.        }
  19.        .container {
  20.            text-align: center;
  21.            padding: 20px;
  22.            background-color: #fff;
  23.            border-radius: 8px;
  24.            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  25.            max-width: 600px;
  26.            width: 90%;
  27.        }
  28.        h1 {
  29.            font-size: 48px;
  30.            margin: 0;
  31.            color: #e74c3c;
  32.        }
  33.        .error-code {
  34.            font-size: 24px;
  35.            color: #7f8c8d;
  36.            margin: 10px 0;
  37.        }
  38.        .message {
  39.            font-size: 18px;
  40.            margin: 20px 0;
  41.            line-height: 1.6;
  42.        }
  43.        .back-link {
  44.            color: #3498db;
  45.            text-decoration: none;
  46.            font-weight: bold;
  47.        }
  48.        .back-link:hover {
  49.            text-decoration: underline;
  50.        }
  51.        .icon {
  52.            font-size: 64px;
  53.            margin-bottom: 20px;
  54.            color: #e74c3c;
  55.        }
  56.    </style>
  57.    <!-- Google tag (gtag.js) -->
  58.    <script async src="https://www.googletagmanager.com/gtag/js?id=G-530YE9J344"></script>
  59.    <script>
  60.      window.dataLayer = window.dataLayer || [];
  61.      function gtag(){dataLayer.push(arguments);}
  62.      gtag('js', new Date());
  63.    
  64.      gtag('config', 'G-530YE9J344');
  65.    </script>
  66. </head>
  67. <body>
  68.    <div class="container">
  69.        <div class="icon">🚫</div>
  70.        <h1>403</h1>
  71.        <div class="error-code">Forbidden</div>
  72.        <div class="message">
  73.            <p>Sorry, you don't have permission to access this page.</p>
  74.            <p>Please check your credentials or contact the site administrator.</p>
  75.        </div>
  76.    </div>
  77. </body>
  78. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda