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: https://napmatcarriers.com

  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>404 - 页面未找到</title>
  7.    <style>
  8.        * {
  9.            margin: 0;
  10.            padding: 0;
  11.            box-sizing: border-box;
  12.        }
  13.        body {
  14.            font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  15.            background-color: #f9f9f9;
  16.            color: #333;
  17.            height: 100vh;
  18.            display: flex;
  19.            align-items: center;
  20.            justify-content: center;
  21.        }
  22.        .container {
  23.            text-align: center;
  24.            padding: 40px;
  25.            max-width: 600px;
  26.            background-color: white;
  27.            border-radius: 12px;
  28.            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  29.        }
  30.        h1 {
  31.            font-size: 120px;
  32.            margin-bottom: 20px;
  33.            color: #3498db;
  34.            font-weight: 900;
  35.            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  36.        }
  37.        h2 {
  38.            font-size: 28px;
  39.            margin-bottom: 20px;
  40.            color: #2c3e50;
  41.        }
  42.        p {
  43.            font-size: 18px;
  44.            line-height: 1.6;
  45.            margin-bottom: 20px;
  46.            color: #7f8c8d;
  47.        }
  48.        .btn {
  49.            display: inline-block;
  50.            padding: 12px 30px;
  51.            background-color: #3498db;
  52.            color: white;
  53.            text-decoration: none;
  54.            border-radius: 30px;
  55.            font-weight: bold;
  56.            border: none;
  57.            font-size: 16px;
  58.            cursor: pointer;
  59.            margin-top: 20px;
  60.            box-shadow: 0 4px 10px rgba(52, 152, 219, 0.3);
  61.        }
  62.        .home-link {
  63.            margin-top: 20px;
  64.            display: inline-block;
  65.        }
  66.        .home-link a {
  67.            color: #3498db;
  68.            text-decoration: none;
  69.        }
  70.        .home-link a:hover {
  71.            text-decoration: underline;
  72.        }
  73.        @media (max-width: 768px) {
  74.            .container {
  75.                padding: 30px;
  76.                margin: 0 20px;
  77.            }
  78.            
  79.            h1 {
  80.                font-size: 80px;
  81.            }
  82.            
  83.            h2 {
  84.                font-size: 22px;
  85.            }
  86.            
  87.            p {
  88.                font-size: 16px;
  89.            }
  90.        }
  91.    </style>
  92. </head>
  93. <body>
  94.    <div class="container">
  95.        <h1>404</h1>
  96.        <h2>页面未找到</h2>
  97.        <p>很抱歉,您访问的页面不存在或已被移除。</p>
  98.  
  99.    </div>
  100. <script type="text/javascript" src="//js.users.51.la/21957701.js"></script>
  101. </body>
  102. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda