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://oldmartinjuega.foroactivo.mx/rss/?f=6

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>404 - Page not found</title>
  5. <link href="https://illiweb.com/fa/favicon/discussion.ico" rel="shortcut icon" type="image/x-icon"/>
  6. <meta content="5;URL=/" http-equiv="refresh"/>
  7. <meta content="text/html;charset=utf-8" http-equiv="content-type"/>
  8. <meta content="noindex,nofollow" name="robots"/>
  9. <meta content="width=device-width, minimum-scale=0.1" name="viewport"/>
  10. <style>
  11. body {
  12. margin: 0px;
  13. font-family: Helvetica, sans-serif;
  14. }
  15.  
  16. header {
  17. background: #369fcf; /* safari only */
  18. background: #369fcf url("https://redcdn.net/frmste/images/slide-forum-creation.png") no-repeat scroll center bottom / 32vh auto;
  19. box-sizing: border-box;
  20. color: white;
  21. max-height: 70vh;
  22. padding: 20px; /* safari only */
  23. padding: 20px 20px 30vh;
  24. text-align: center;
  25. }
  26.  
  27. header span {
  28. font-size: 50px;
  29. font-size: 25vmin;
  30. text-shadow: 1px 1px 0px #277ca5;
  31. display: inline-block;
  32. }
  33.  
  34. header div {
  35. font-size: 1.2em;
  36. }
  37.  
  38. header a {
  39. color: #ddd;
  40. text-decoration: none;
  41. }
  42.  
  43. main {
  44. border-top: 20px solid #369fcf;
  45. background-color: #fff;
  46. max-height: 30vh;
  47. }
  48.  
  49. main hr {
  50. border-bottom: 0 none;
  51. border-top: 20px solid #277ca5;
  52. margin: 0;
  53. }
  54.  
  55. main div.buttons {
  56. margin: 20px auto auto;
  57. text-align: center;
  58. }
  59.  
  60. main div.buttons a {
  61. border: medium none;
  62. cursor: pointer;
  63. display: inline-block;
  64. font-size: 18px;
  65. outline: medium none;
  66. padding: 15px 20px;
  67. position: relative;
  68. text-transform: uppercase;
  69. transition: all 0.2s ease-in-out 0s;
  70. background-color: #2e3133;
  71. border-color: #2e3133;
  72. color: white;
  73. text-decoration: none;
  74. margin: 10px;
  75. width: 150px;
  76. text-align: center;
  77. }
  78.  
  79. footer div.icon {
  80. clear: both;
  81. text-align: center;
  82. margin-top: 20px;
  83. }
  84.  
  85. @-webkit-keyframes wobble {
  86. from {
  87. -webkit-transform: none;
  88. transform: none;
  89. }
  90. 15% {
  91. -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  92. transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  93. }
  94. 30% {
  95. -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  96. transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  97. }
  98. 45% {
  99. -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  100. transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  101. }
  102. 60% {
  103. -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  104. transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  105. }
  106. 75% {
  107. -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  108. transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  109. }
  110. to {
  111. -webkit-transform: none;
  112. transform: none;
  113. }
  114. }
  115.  
  116. @keyframes wobble {
  117. from {
  118. -webkit-transform: none;
  119. transform: none;
  120. }
  121. 15% {
  122. -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  123. transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  124. }
  125. 30% {
  126. -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  127. transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  128. }
  129. 45% {
  130. -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  131. transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  132. }
  133. 60% {
  134. -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  135. transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  136. }
  137. 75% {
  138. -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  139. transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  140. }
  141. to {
  142. -webkit-transform: none;
  143. transform: none;
  144. }
  145. }
  146.  
  147. .wobble {
  148. -webkit-animation-duration: 1s;
  149. animation-duration: 1s;
  150. -webkit-animation-fill-mode: both;
  151. animation-fill-mode: both;
  152. -webkit-animation-name: wobble;
  153. animation-name: wobble;
  154. }
  155. </style>
  156. </head>
  157.  
  158. <body>
  159. <header>
  160. <span class="wobble">404</span>
  161. <div>This page couldn't be found.<br/>You can <a href="/">return to the index</a>.</div>
  162.  
  163. </header>
  164. <main>
  165. <hr/>
  166. <div class="buttons">
  167. <a onclick="window.history.back();">Previous page</a>
  168. <a href="/">Index</a>
  169. </div>
  170. </main>
  171. </body>
  172. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda