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.xzxx.org/

  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4.    <meta charset="UTF-8">
  5.    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.    <title>页面已删除 - 403</title>
  7.    <style>
  8.        * {
  9.            margin: 0;
  10.            padding: 0;
  11.            box-sizing: border-box;
  12.            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  13.        }
  14.        body {
  15.            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  16.            min-height: 100vh;
  17.            display: flex;
  18.            justify-content: center;
  19.            align-items: center;
  20.            padding: 20px;
  21.            color: #333;
  22.            overflow-x: hidden;
  23.        }
  24.        .container {
  25.            max-width: 600px;
  26.            width: 100%;
  27.            text-align: center;
  28.            background: white;
  29.            padding: 40px;
  30.            border-radius: 12px;
  31.            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  32.            word-wrap: break-word;
  33.            overflow-wrap: break-word;
  34.        }
  35.        .error-code {
  36.            font-size: 120px;
  37.            font-weight: bold;
  38.            color: #ff6b6b;
  39.            margin-bottom: 10px;
  40.            text-shadow: 3px 3px 0 rgba(255, 107, 107, 0.2);
  41.        }
  42.        .error-title {
  43.            font-size: 32px;
  44.            margin-bottom: 20px;
  45.            color: #444;
  46.        }
  47.        .error-message {
  48.            font-size: 18px;
  49.            line-height: 1.6;
  50.            margin-bottom: 30px;
  51.            color: #666;
  52.        }
  53.        .actions {
  54.            display: flex;
  55.            justify-content: center;
  56.            gap: 15px;
  57.            margin-top: 30px;
  58.        }
  59.        .btn {
  60.            padding: 12px 30px;
  61.            border-radius: 50px;
  62.            text-decoration: none;
  63.            font-weight: 600;
  64.            transition: all 0.3s ease;
  65.            display: inline-block;
  66.        }
  67.        .btn-primary {
  68.            background: #4b6cb7;
  69.            color: white;
  70.        }
  71.        .btn-primary:hover {
  72.            background: #395694;
  73.            transform: translateY(-3px);
  74.            box-shadow: 0 5px 15px rgba(75, 108, 183, 0.3);
  75.        }
  76.        .btn-secondary {
  77.            background: transparent;
  78.            color: #4b6cb7;
  79.            border: 2px solid #4b6cb7;
  80.        }
  81.        .btn-secondary:hover {
  82.            background: rgba(75, 108, 183, 0.1);
  83.            transform: translateY(-3px);
  84.        }
  85.        .error-icon {
  86.            font-size: 80px;
  87.            margin-bottom: 20px;
  88.            animation: pulse 1.5s infinite;
  89.        }
  90.        @keyframes pulse {
  91.            0% { transform: scale(1); }
  92.            50% { transform: scale(1.1); }
  93.            100% { transform: scale(1); }
  94.        }
  95.        .support {
  96.            margin-top: 30px;
  97.            font-size: 14px;
  98.            color: #888;
  99.        }
  100.        @media (max-width: 768px) {
  101.            body {
  102.                padding: 10px;
  103.            }
  104.            .container {
  105.                padding: 25px 15px;
  106.                border-radius: 8px;
  107.            }
  108.            .error-code {
  109.                font-size: 70px;
  110.            }
  111.            .error-title {
  112.                font-size: 22px;
  113.                margin-bottom: 15px;
  114.            }
  115.            .error-message {
  116.                font-size: 16px;
  117.                margin-bottom: 20px;
  118.            }
  119.            .error-icon {
  120.                font-size: 60px;
  121.                margin-bottom: 15px;
  122.            }
  123.            .actions {
  124.                flex-direction: column;
  125.                gap: 10px;
  126.            }
  127.            .btn {
  128.                padding: 10px 25px;
  129.                font-size: 14px;
  130.            }
  131.        }
  132.        
  133.        @media (max-width: 480px) {
  134.            body {
  135.                padding: 10px 5px;
  136.                min-height: 100vh;
  137.                align-items: center;
  138.                justify-content: center;
  139.            }
  140.            .container {
  141.                padding: 25px 15px;
  142.                max-width: 95%;
  143.                margin: 0 auto;
  144.                box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  145.            }
  146.            .error-code {
  147.                font-size: 50px;
  148.                margin-bottom: 10px;
  149.                line-height: 1;
  150.            }
  151.            .error-title {
  152.                font-size: 18px;
  153.                margin-bottom: 15px;
  154.                line-height: 1.2;
  155.            }
  156.            .error-message {
  157.                font-size: 14px;
  158.                line-height: 1.4;
  159.                margin-bottom: 20px;
  160.            }
  161.            .error-icon {
  162.                font-size: 40px;
  163.                margin-bottom: 15px;
  164.            }
  165.            .btn {
  166.                padding: 8px 20px;
  167.                font-size: 13px;
  168.            }
  169.            .support {
  170.                font-size: 12px;
  171.                margin-top: 20px;
  172.            }
  173.        }
  174.        
  175.        @media (max-width: 320px) {
  176.            .container {
  177.                padding: 20px 10px;
  178.            }
  179.            .error-code {
  180.                font-size: 45px;
  181.            }
  182.            .error-title {
  183.                font-size: 16px;
  184.                margin-bottom: 10px;
  185.            }
  186.            .error-message {
  187.                font-size: 13px;
  188.                margin-bottom: 15px;
  189.            }
  190.            .error-icon {
  191.                font-size: 35px;
  192.                margin-bottom: 10px;
  193.            }
  194.        }
  195.    </style>
  196. </head>
  197. <body>
  198.    <div class="container">
  199.        <div class="error-icon">🚫</div>
  200.        <h1 class="error-code">403</h1>
  201.        <h2 class="error-title">页面已被删除</h2>
  202.        <p class="error-message">
  203.            抱歉,您要访问的页面已被删除。<br>
  204.        </p>
  205.        
  206.    
  207.    </div>
  208.    <script>
  209.        var _hmt = _hmt || [];
  210.        (function() {
  211.            var hm = document.createElement("script");
  212.            hm.src = "https://hm.baidu.com/hm.js?84a6f6c3cef80696d1c6f45729a7d9ff";
  213.            var s = document.getElementsByTagName("script")[0];
  214.            s.parentNode.insertBefore(hm, s);
  215.        })();
  216.    </script>
  217.    
  218.    <script>
  219.        (function(){
  220.            var bp = document.createElement('script');
  221.            var curProtocol = window.location.protocol.split(':')[0];
  222.            if (curProtocol === 'https') {
  223.                bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
  224.            }
  225.            else {
  226.                bp.src = 'http://push.zhanzhang.baidu.com/push.js';
  227.            }
  228.            var s = document.getElementsByTagName("script")[0];
  229.            s.parentNode.insertBefore(bp, s);
  230.        })();
  231.    </script>
  232.  
  233. </body>
  234. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda