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

  1. <html> <head> <meta http-equiv="refresh" content=""> <style type="text/css"> * { transition: all 0.6s;
  2. }
  3. html { height: 100%;
  4. }
  5. body { font-family: "Lato", sans-serif; color: #888; margin: 0;
  6. }
  7. #main { display: table; width: 100%; height: 100vh; text-align: center;
  8. }
  9. .fof { display: table-cell; vertical-align: middle;
  10. }
  11. .fof h1 { font-size: 50px; display: inline-block; padding-right: 12px; animation: type 0.5s alternate infinite;
  12. }
  13. @keyframes type { from { box-shadow: inset -3px 0px 0px #888; } to { box-shadow: inset -3px 0px 0px transparent; }
  14. } </style> <script type="text/javascript"> function extractDomain(url) { var domain = url; if(url != '') { if (url.indexOf("://") > -1) { domain = url.split('/')[2]; } else { domain = url.split('/')[0]; } domain = domain.split(':')[0]; } return domain; } var req = new XMLHttpRequest(); req.open('GET', document.location, false); req.send(null); var requestedpage = req.getResponseHeader('x-amz-error-detail-key'); if(requestedpage!=null)getNewURL(requestedpage.toLowerCase()); function isspecial(requestedpage){ var specials = ""; if((specials.indexOf(",") > -1) ) { var sparr = specials.split(','); }else{ sparr = specials; } if(sparr.indexOf(requestedpage)>-1) { var site = "https://www.mmoforfree.com/"; metatags = document.getElementsByTagName("meta"); metatags[0].setAttribute("content","0;url="+site+"?special="+requestedpage); return true; }else{ return false; } } function getNewURL(requestedpage){ var site = "https://www.mmoforfree.com/"; if(!isspecial(requestedpage)) { } } </script> </head> <body> <div id="main"> <div class="fof"> <h1>Error 404</h1> <a href="https://www.mmoforfree.com" target="_blank" class="box__button">Go back</a> </div> </div> </body></html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda