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://giadinh.net.vn/rss/du-lich

  1.  
  2.  
  3.  
  4. <!doctype html>
  5. <html>
  6. <head>
  7.    <meta charset="utf-8" />
  8.    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  9.    <meta http-equiv="content-language" content="vi" />
  10.    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11.    <title>Trang thông báo lỗi 404</title>
  12.    <meta name="description" content="" />
  13.    <meta name="robots" content="noindex,nofollow" />
  14.    <meta name="keywords" content="404" />
  15.    <meta name="news_keywords" content="404" />
  16.    <meta name="revisit-after" content="1 days" />
  17.    <link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet" />
  18.    <link rel="shortcut icon" href="https://static.mediacdn.vn/giadinhnet/image/favicon.png" type="image/png">
  19.    <style>
  20.        body {
  21.            height: 100vh;
  22.            overflow: hidden;
  23.            font-family: 'Roboto', sans-serif;
  24.            width: 100%;
  25.            margin: 0;
  26.        }
  27.  
  28.        *,
  29.        *:before,
  30.        *:after {
  31.            box-sizing: border-box;
  32.        }
  33.  
  34.        .container {
  35.            max-width: 640px;
  36.            margin: 0 auto;
  37.            height: 100%;
  38.            display: flex;
  39.            flex-direction: column;
  40.            align-items: center;
  41.            justify-content: center;
  42.            padding: 15px;
  43.            width: 100%;
  44.        }
  45.  
  46.        .btn-404 {
  47.            text-decoration: none;
  48.            color: #ffffff;
  49.            display: inline-block;
  50.            padding: 8px 20px;
  51.            background-color: #000000;
  52.            border-radius: 8px;
  53.            text-transform: uppercase;
  54.            font-size: 12px;
  55.            font-weight: bold;
  56.            line-height: 18px;
  57.        }
  58.  
  59.        .image-404 {
  60.            max-height: 350px;
  61.            margin-bottom: 20px;
  62.            width: 100%;
  63.        }
  64.  
  65.        .holder-text {
  66.            margin-bottom: 20px;
  67.            font-size: 18px;
  68.            line-height: 24px;
  69.        }
  70.    </style>
  71.  
  72.  
  73. </head>
  74. <body>
  75. <div class="container">
  76.    <div class="holder-text">Nội dung này đã bị gỡ hoặc không tồn tại</div>
  77.    <div id="holder-img">
  78.    </div>
  79.    <a href="/" title="Trang chủ" class="btn-404">Quay về trang chủ</a>
  80. </div>
  81. <script>
  82.    var _ADM_Channel = '%2f404%2f';
  83.    var pic = new Array(
  84.        '<img src="https://static.mediacdn.vn/images/404.png" alt="" class="image-404">',
  85.        '<img src="https://static.mediacdn.vn/images/4041.gif" alt="" class="image-404">',
  86.        '<img src="https://static.mediacdn.vn/images/4042.png" alt="" class="image-404">',
  87.        '<img src="https://static.mediacdn.vn/images/4043.png" alt="" class="image-404">',
  88.    );
  89.    var n = Math.floor(Math.random() * 4);
  90.  
  91.    var classImg = document.getElementById("holder-img");
  92.    if (classImg != null) {
  93.        classImg.innerHTML = pic[n];
  94.    }
  95.  
  96.    setTimeout(function () {
  97.        window.location.href = "/";
  98.    }, 5 * 1000);
  99. </script>
  100. </body>
  101. </html>
  102.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda