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.runningwiththedevils.com/feed/rss.html

  1.  
  2. <!doctype html>
  3. <html>
  4. <head>
  5. <meta charset="utf-8">
  6. <title>太空404</title>
  7.  
  8. <style>
  9. html {
  10.  margin: 0;
  11.  padding: 0;
  12.  background-color: white;
  13. }
  14.  
  15. body,
  16. html {
  17.  width: 100%;
  18.  height: 100%;
  19.  overflow: hidden;
  20. }
  21.  
  22. #svgContainer {
  23.  width: 640px;
  24.  height: 512px;
  25.  background-color: white;
  26.  position: absolute;
  27.  top: 0;
  28.  left: 0;
  29.  right: 0;
  30.  bottom: 0;
  31.  margin: auto;
  32. }
  33. </style>
  34.  
  35. </head>
  36. <body>
  37.  
  38. <script type="text/javascript" src="/js/bodymovin.js"></script>
  39. <script type="text/javascript" src="/js/data.js"></script>
  40. <script type="text/javascript">
  41. var num=5;
  42. function redirect(){
  43. num--;
  44. document.getElementById("num").innerHTML=num;
  45. if(num<=0){
  46. document.getElementById("num").innerHTML=0;
  47. location.href="/";
  48. }
  49. }
  50. setInterval("redirect()", 1000);
  51. </script>
  52.  
  53. <div id="svgContainer"></div>
  54. <center><strong>页面没有找到 <span id="num">5</span>秒钟之后将会带您进入本站首页!</strong><br />
  55. <a href="/">直接返回首页</a></center>
  56. <script type="text/javascript">
  57. var svgContainer = document.getElementById('svgContainer');
  58. var animItem = bodymovin.loadAnimation({
  59.  wrapper: svgContainer,
  60.  animType: 'svg',
  61.  loop: true,
  62.  animationData: JSON.parse(animationData)
  63. });
  64. </script>
  65.  
  66.  
  67.  
  68.  
  69. </body>
  70. </html>
  71.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda