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

  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>Access Blocked</title>
  7.  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
  8.  <style>
  9.    body {
  10.      background-color: #fe05a0;
  11.      color: #fff;
  12.      display: flex;
  13.      align-items: center;
  14.      justify-content: center;
  15.      height: 100vh;
  16.      text-align: center;
  17.    }
  18.    .message-box {
  19.      max-width: 700px;
  20.      padding: 2rem;
  21.      border: 1px solid #444;
  22.      border-radius: 12px;
  23.      background-color: #3d0f34;
  24.    }
  25.    .message-box h1 {
  26.      font-size: 1.75rem;
  27.    }
  28.    .message-box p {
  29.      margin-top: 1rem;
  30.      color: #bbb;
  31.    }
  32.  </style>
  33. </head>
  34. <body>
  35.  <div class="message-box">
  36.    <p>You are trying to access this website from a location which has an Age Verification Law in place. Since we are not able to determine your age while securing your Identity Documents we have opted to block traffic from your location.</p> <br/>
  37.    <small class="d-block mt-3">For Customer Support: <a href="https://www.kelseyobsession.net/contact" class="text-info">https://www.kelseyobsession.net/contact</a></small>
  38.  </div>
  39. </body>
  40. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda