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"> @keyframes eye_blink { 0% { transform: scaleY(1); } 5% { transform: scaleY(0); } 6% { transform: scaleY(1); } 100% { transform: scaleY(1); }
  2. }
  3. @keyframes pulpil { 0% { transform: translate(0, 0); } 20% { transform: translate(5px, -2px); } 30% { transform: translate(-2px, 2px); } 60% { transform: translate(5px, 2px); } 100% { transform: translate(0, 0); }
  4. }
  5. @keyframes tooltip_on { 0% { opacity: 0; } 100% { opacity: 1; }
  6. }
  7. @keyframes snail { 0% { transform: translateX(40px) rotateY(0deg); } 45% { transform: translateX(-60px) rotateY(0deg); } 50% { transform: translateX(-60px) rotateY(-180deg); } 95% { transform: translateX(40px) rotateY(-180deg); } 100% { transform: translateX(40px) rotateY(0deg); }
  8. }
  9. @keyframes ball { 0% { transform: translateY(0); } 50% { transform: translateY(-40px); } 100% { transform: translateY(0); }
  10. }
  11. @keyframes head { 0% { transform: rotate(0); } 50% { transform: rotate(-5deg); } 100% { transform: rotate(0); }
  12. }
  13. @keyframes caud { 0% { transform: translate(0); } 50% { transform: translate(-5px); } 100% { transform: translate(0); }
  14. }
  15. @keyframes shell { 0% { transform: rotate(0); } 50% { transform: rotate(5deg); } 100% { transform: rotate(0); }
  16. }
  17. html,
  18. body { margin: 0; padding: 0; width: 100%; height: 100%; box-sizing: border-box; background-color: #fff; overflow: hidden;
  19. }
  20. *,
  21. *:after,
  22. *:before { box-sizing: inherit;
  23. }
  24. .anim { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  25. }
  26. .tooltip { position: absolute; width: 100px; height: 80px; background-color: #36D792; top: -260px; left: -160px; border-radius: 20px; padding: 0.4em 0.2em; animation: ball 3s ease 1s infinite; text-shadow: 1px 2px 15px #007241;
  27. }
  28. .tooltip:before { content: ""; position: absolute; width: 0; height: 0; border: 20px solid transparent; border-bottom: 20px solid #36D792; top: 56px; left: 32px;
  29. }
  30. .tooltip:after { content: ""; position: absolute; width: 2px; height: 44px; background-color: #36D792; top: 96px; left: 50px;
  31. }
  32. .tooltip span { display: block; text-align: center;
  33. }
  34. .tooltip span:nth-child(1) { color: #fff; font-size: 1.3em;
  35. }
  36. .tooltip span:nth-child(2) { color: #fff;
  37. }
  38. .snail { position: relative; top: -186px; left: -70px; transform-origin: 100px bottom; animation: snail 3s linear infinite;
  39. }
  40. @media screen and (max-width: 430px) { .snail { top: -140px; }
  41. }
  42. .snail__head { transform-origin: center 120px; animation: head 1s linear infinite;
  43. }
  44. .snail__eye { position: absolute; width: 20px; height: 20px; background-color: #000; border-radius: 50%;
  45. }
  46. .snail__stx { position: absolute; width: 2px; height: 40px; background: #000; top: 6.6666666667px; z-index: -1;
  47. }
  48. .snail__stx--left { transform: rotate(-30deg); left: 16px;
  49. }
  50. .snail__stx--right { transform: rotate(30deg); left: 44px;
  51. }
  52. .snail__eye--left { animation: 2s eye_blink ease infinite;
  53. }
  54. .snail__eye--right { left: 40px;
  55. }
  56. .snail__pupil { position: absolute; width: 9.0909090909px; height: 9.0909090909px; background-color: #fff; left: 4px; top: 4px; border-radius: 50%; animation: pulpil 5s linear infinite;
  57. }
  58. .snail__stom { position: absolute; width: 22px; height: 22px; background-color: #fff; border-radius: 50%; top: 22px; left: -6px;
  59. }
  60. .snail__stom::before { position: absolute; content: ""; width: 22px; height: 22px; background-color: #36D792; border-radius: 50%; top: 6.6666666667px;
  61. }
  62. .snail__body-top { position: absolute; transform: rotate(-5deg); overflow: hidden; width: 30px; height: 80px; background-color: #36D792; border-radius: 50% 50% 20% 20%; top: 28px; left: 18px;
  63. }
  64. .snail__body-bottom { overflow: hidden; position: absolute; width: 100px; height: 40px; background: #000; background-color: #36D792; border-radius: 90% 50% 30% 50%; top: 80px; left: 26px;
  65. }
  66. .snail__body-caudatum { position: absolute; width: 60px; height: 26px; background: #000; border-radius: 10% 100% 8% 10%; left: 110px; top: 94px; background-color: #36D792; animation: caud 1s linear infinite;
  67. }
  68. .snail__shell { position: absolute; width: 100px; height: 100px; border-radius: 50%; background: #A65F00; left: 54px; top: -10px; transform-origin: bottom; animation: shell 1s linear infinite;
  69. }
  70. .snail__shell::before { content: ""; position: absolute; width: 70px; height: 70px; background-color: #FF9200; border-radius: 50%; left: 22px; top: 22px;
  71. }
  72. .snail__shell::after { content: ""; position: absolute; width: 50px; height: 50px; background-color: #FFC373; border-radius: 50%; left: 36px; top: 36px;
  73. }
  74. .text-content { position: absolute; font-size: 200px; font-weight: bold; color: #36D792; text-shadow: 1px 2px 15px #007241; left: 50%; top: 50%; transform: translate(-50%, -50%);
  75. }
  76. @media screen and (max-width: 430px) { .text-content { top: 46px; }
  77. }
  78. .text-content span { top: -112px;
  79. }
  80. .text-content span:nth-child(1) { animation: word_bounce 3s ease infinite; position: absolute; left: -140px; color: #A65F00; text-shadow: 1px 2px 15px #211300;
  81. }
  82. .text-content span:nth-child(2) { animation: word_bounce 5s linear infinite; position: absolute; left: -40px; color: #FF9200; text-shadow: 1px 2px 15px #A65F00;
  83. }
  84. .text-content span:nth-child(3) { animation: word_bounce 4s ease infinite; position: absolute; left: 60px; color: #FFC373; text-shadow: 1px 2px 15px #A65F00;
  85. }
  86. @keyframes word_bounce { 0% { transform: rotate(0deg); } 50% { transform: rotate(10deg); } 80% { transform: rotate(-10deg); } 100% { transform: rotate(0deg); }
  87. } </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 class="anim"> <div class="tooltip"><span><a href="https://www.mmoforfree.com" target="_blank" class="box__button">Go back</a></span><span>Page not found.</span> </div> <div class="snail"> <div class="snail__head"> <div class="snail__eye snail__eye--left"><span class="snail__pupil"></span></div><span class="snail__stx snail__stx--left"></span> <div class="snail__eye snail__eye--right"><span class="snail__pupil"></span></div><span class="snail__stx snail__stx--right"></span> <div class="snail__body-top"> <div class="snail__stom"></div> </div> </div> <div class="snail__body-bottom"></div> <div class="snail__body-caudatum"></div> <div class="snail__shell"></div> </div> <div class="text-content"><span>4</span><span>0</span><span>4</span></div></div> </body></html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda