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://cutt.ly/fKbwaa5/

  1. <!DOCTYPE html>
  2. <html dir="ltr" lang="en">
  3. <head>
  4.  <meta charset="utf-8" />
  5.  <meta name="viewport"
  6.    content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0,viewport-fit=cover" />
  7.  <style>
  8.    body {
  9.      -ms-overflow-style: scrollbar;
  10.      overflow-y: scroll;
  11.      overscroll-behavior-y: none;
  12.    }
  13.  
  14.    .errorContainer {
  15.      background-color: #FFF;
  16.      color: #0F1419;
  17.      max-width: 600px;
  18.      margin: 0 auto;
  19.      padding: 10%;
  20.      font-family: Helvetica, sans-serif;
  21.      font-size: 16px;
  22.    }
  23.  
  24.    .errorButton {
  25.      margin: 3em 0;
  26.    }
  27.  
  28.    .errorButton a {
  29.      background: #1DA1F2;
  30.      border-radius: 2.5em;
  31.      color: white;
  32.      padding: 1em 2em;
  33.      text-decoration: none;
  34.    }
  35.  
  36.    .errorButton a:hover,
  37.    .errorButton a:focus {
  38.      background: rgb(26, 145, 218);
  39.    }
  40.  
  41.    .errorFooter {
  42.      color: #657786;
  43.      font-size: 80%;
  44.      line-height: 1.5;
  45.      padding: 1em 0;
  46.    }
  47.  
  48.    .errorFooter a,
  49.    .errorFooter a:visited {
  50.      color: #657786;
  51.      text-decoration: none;
  52.      padding-right: 1em;
  53.    }
  54.  
  55.    .errorFooter a:hover,
  56.    .errorFooter a:active {
  57.      text-decoration: underline;
  58.    }
  59.  
  60.  </style>
  61. </head>
  62. <body>
  63.  <div class="errorContainer">
  64.    <img width="46" height="38"
  65.      srcset="https://abs.twimg.com/errors/logo46x38.png 1x, https://abs.twimg.com/errors/logo46x38@2x.png 2x"
  66.      src="https://abs.twimg.com/errors/logo46x38.png" alt="Twitter" />
  67.    <h1>This browser is no longer supported.</h1>
  68.    <p>
  69.      Please switch to a supported browser to continue using twitter.com. You can see a list of supported browsers in our Help Center.
  70.    </p>
  71.    <p class="errorButton"><a href="https://help.twitter.com/using-twitter/twitter-supported-browsers">Help Center</a>
  72.    </p>
  73.    <p class="errorFooter">
  74.      <a href="https://twitter.com/tos">Terms of Service</a>
  75.      <a href="https://twitter.com/privacy">Privacy Policy</a>
  76.      <a href="https://support.twitter.com/articles/20170514">Cookie Policy</a>
  77.      <a href="https://legal.twitter.com/imprint.html">Imprint</a>
  78.      <a href="https://business.twitter.com/en/help/troubleshooting/how-twitter-ads-work.html?ref=web-twc-ao-gbl-adsinfo&utm_source=twc&utm_medium=web&utm_campaign=ao&utm_content=adsinfo">Ads info</a>
  79.      © 2024 X Corp.
  80.    </p>
  81.  
  82.  </div>
  83. </body>
  84. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda