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://aliyah-9.kit.com/ba863d5df5/

  1. <!DOCTYPE html>
  2. <html>
  3.  <head>
  4.    <title>The page you were looking for doesn't exist (404)</title>
  5.    <link
  6.      href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"
  7.      rel="stylesheet"
  8.    />
  9.    <style type="text/css">
  10.      @font-face {
  11.        font-family: KitSansBold;
  12.        font-weight: bold;
  13.        src: url("https://cdn.kit.com/assets/fonts/KitSansBold.woff") format("woff");
  14.      }
  15.  
  16.      h1,
  17.      h2 {
  18.        font-family: KitSansBold, sans-serif;
  19.        font-weight: bold;
  20.      }
  21.  
  22.      body {
  23.        background: #fff url("https://cdn.kit.com/assets/icon-fade-bg-94329f689936ff7aad0c05aa3ee20eb6b5711ad6073fa90ed946803ed4508590.png") repeat-x center top;
  24.        font-family: Inter, -apple-system, "system-ui", "Segoe UI", Roboto,
  25.          "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
  26.          "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  27.        margin: 0px;
  28.        padding: 0px;
  29.      }
  30.  
  31.      .error_message {
  32.        -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  33.        -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  34.        background: #44b1ff;
  35.        box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  36.        margin: 100px auto;
  37.        overflow: hidden;
  38.        width: 400px;
  39.        color: rgba(255, 255, 255, 0.8);
  40.        padding: 50px 75px 60px;
  41.      }
  42.  
  43.      .error_message h1 {
  44.        color: #fff;
  45.        font-size: 120px;
  46.        margin: 0px;
  47.        padding: 0px;
  48.      }
  49.  
  50.      .error_message h2 {
  51.        color: #fff;
  52.        font-size: 34px;
  53.        font-weight: 200;
  54.        margin: -20px 0px 0px;
  55.        padding: 0px;
  56.        text-transform: uppercase;
  57.      }
  58.  
  59.      .error_message p {
  60.        font-size: 18px;
  61.      }
  62.  
  63.      .error_message .links {
  64.        list-style: none;
  65.        margin: 0;
  66.        padding: 10px 0px 0px;
  67.      }
  68.  
  69.      .error_message .links li {
  70.        float: left;
  71.        margin-right: 20px;
  72.        text-align: center;
  73.        width: 190px;
  74.      }
  75.  
  76.      .error_message .links li.docs_link {
  77.        float: right;
  78.        margin-right: 0;
  79.      }
  80.  
  81.      .error_message .links li a {
  82.        border: solid transparent 1px;
  83.        border-radius: 10px;
  84.        padding: 8px 16px;
  85.        background: rgb(17, 24, 39);
  86.        color: #fff;
  87.        display: block;
  88.        font-size: 14px;
  89.        text-decoration: none;
  90.      }
  91.  
  92.      .error_message .links li a:hover {
  93.        background: rgb(31 41 55);
  94.      }
  95.  
  96.      .error_message .links li span {
  97.        font-size: 11px;
  98.        text-transform: uppercase;
  99.      }
  100.    </style>
  101.  </head>
  102.  
  103.  <body>
  104.    <!-- This file lives in public/404.html -->
  105.    <div class="error_message">
  106.      <h1>404!</h1>
  107.      <h2>The page you were looking for doesn't exist.</h2>
  108.  
  109.      <p id="reason">
  110.        You may have mistyped the address or the page may have moved.
  111.      </p>
  112.      <ul class="links">
  113.        <li class="status_link">
  114.          <a href="http://status.kit.com">Status Page</a>
  115.          <span>Get the latest information</span>
  116.        </li>
  117.        <li class="docs_link">
  118.          <a href="http://help.kit.com">Help Docs</a>
  119.          <span>Read our documentation</span>
  120.        </li>
  121.      </ul>
  122.    </div>
  123.  </body>
  124. </html>
  125.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda