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://mechanicalcat.net/rachel/log/rss

  1. <!DOCTYPE html>
  2. <html>
  3.  <head>
  4.    <meta charset="utf-8">
  5.    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
  6.  
  7.    <title>Page Not Found</title>
  8.    <link href='https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
  9.    <style>
  10.    body {
  11.      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  12.      background: rgb(52, 56, 60);
  13.      color: white;
  14.      overflow: hidden;
  15.      margin: 0;
  16.      padding: 0;
  17.    }
  18.  
  19.    h1 {
  20.      margin: 0;
  21.      font-size: 22px;
  22.      line-height: 24px;
  23.    }
  24.  
  25.    .main {
  26.      position: relative;
  27.      display: flex;
  28.      flex-direction: column;
  29.      align-items: center;
  30.      justify-content: center;
  31.      height: 100vh;
  32.      width: 100vw;
  33.    }
  34.  
  35.    .card {
  36.      position: relative;
  37.      display: flex;
  38.      flex-direction: column;
  39.      width: 75%;
  40.      max-width: 364px;
  41.      padding: 24px;
  42.      background: white;
  43.      color: rgb(14, 30, 37);
  44.      border-radius: 8px;
  45.      box-shadow: 0 2px 4px 0 rgba(14, 30, 37, .16);
  46.    }
  47.  
  48.    a {
  49.      margin: 0;
  50.      font-weight: 600;
  51.      line-height: 24px;
  52.      color: #054861;
  53.    }
  54.  
  55.    a svg {
  56.      position: relative;
  57.      top: 2px;
  58.    }
  59.  
  60.    a:hover,
  61.    a:focus {
  62.      text-decoration: none;
  63.    }
  64.  
  65.    a:hover svg path{
  66.      fill: #007067;
  67.    }
  68.  
  69.    p:last-of-type {
  70.      margin-bottom: 0;
  71.    }
  72.  
  73.    </style>
  74.  </head>
  75.  <body>
  76.    <div class="main">
  77.      <div class="card">
  78.        <div class="header">
  79.          <h1>Page Not Found</h1>
  80.        </div>
  81.        <div class="body">
  82.          <p>Looks like you've followed a broken link or entered a URL that doesn't exist on this site.</p>
  83.          <p>
  84.            <a id="back-link" href="/">
  85.              <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
  86.                <path fill="#007067" d="M11.9998836,4.09370803 L8.55809517,7.43294953 C8.23531459,7.74611298 8.23531459,8.25388736 8.55809517,8.56693769 L12,11.9062921 L9.84187871,14 L4.24208544,8.56693751 C3.91930485,8.25388719 3.91930485,7.74611281 4.24208544,7.43294936 L9.84199531,2 L11.9998836,4.09370803 Z"/>
  87.              </svg>
  88.              Back to our site
  89.             </a>
  90.          </p>
  91.          <hr><p>If this is your site, and you weren't expecting a 404 for this path, please visit Netlify's <a href="https://answers.netlify.com/t/support-guide-i-ve-deployed-my-site-but-i-still-see-page-not-found/125?utm_source=404page&utm_campaign=community_tracking">"page not found" support guide</a> for troubleshooting tips.
  92.          </p>
  93.        </div>
  94.      </div>
  95.    </div>
  96.    <script>
  97.      (function() {
  98.        if (document.referrer && document.location.host && document.referrer.match(new RegExp("^https?://" + document.location.host))) {
  99.          document.getElementById("back-link").setAttribute("href", document.referrer);
  100.        }
  101.      })();
  102.    </script>
  103.  </body>
  104. </html>
  105.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda