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://www.otohits.net/home/redirectto?url=https%3A//namasteynft.io

  1.  
  2.  
  3. <!DOCTYPE html>
  4.  
  5. <html>
  6. <head>
  7.    <meta name="viewport" content="width=device-width" />
  8.    <title>RedirectTo</title>
  9. </head>
  10. <body onload="Redirect();">
  11.    <div>
  12.        <a rel="noreferrer" id="link" href="https://namasteynft.io">click</a>
  13.    </div>
  14.  
  15.    <script>
  16.        function Redirect() {
  17.            var a = document.getElementById("link");
  18.            a.click();
  19.        }
  20.    </script>
  21. </body>
  22. </html>
  23.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda