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://cyupa.cn

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.    <meta charset="UTF-8">
  5. <title>加载中……</title>
  6. <!-- 判断访问的域名并自动跳转 -->
  7. <script type="text/javascript">
  8.        if (window.location.href.indexOf("localhost") > -1) {
  9.         window.location.href='default.aspx';
  10.        } else if (window.location.href.indexOf("danhand.cn") > -1) {
  11.         window.location.href='../domain/url_danhand_cn.html';
  12.        } else if (window.location.href.indexOf("dxwsz.com") > -1) {
  13.         window.location.href='../domain/url_dxwsz_com.html';
  14.        } else if (window.location.href.indexOf("zdog.cn") > -1) {
  15.         window.location.href='../domain/url_zdog_cn.html';
  16.        } else if (window.location.href.indexOf("cyupa.cn") > -1) {
  17.         window.location.href='../domain/url_cyupa_cn.html';
  18.        } else if (window.location.href.indexOf("02pa.com") > -1) {
  19.         window.location.href='../domain/url_02pa_com.html';
  20.        } else if (window.location.href.indexOf("bjdx.work") > -1) {
  21.         window.location.href='../domain/url_bjdx_work.html';
  22.        }
  23.        </script>
  24. </head>
  25. <body>
  26. </body>
  27. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda