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

  1.  
  2. <!doctype html>
  3. <html>
  4. <head>
  5.    <meta charset="utf-8">
  6.    <title>404 Page not found - </title>
  7.    <meta name="description" content="404 Page not found. Our website products are being updated, please contact us for details by email.">
  8.    <meta name="keywords" content="404 Page not found">
  9.    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <link href="/images/404-3/toastr.min.css" rel="stylesheet" />
  12.    <link href="/images/404-4/index.css" rel="stylesheet" />
  13.    <script src="https://js01.v15cdn.com/jquery.js"></script>
  14.    <style type="text/css">
  15.        .feed-verification {
  16.            display: flex;
  17.            align-items: center;
  18.            width: 100%;
  19.            margin-bottom: 20px
  20.        }
  21.        .feed-verification #in-verification {
  22.            width: 200px;
  23.            margin-right: 20px
  24.        }
  25.    </style>
  26. </head>
  27. <body>
  28.    <header>
  29.        <div class="container flex-jc-sb">
  30.            <a href="/" class="logo flex-jc-ai-c"><img src="/images/1/logo1.gif" alt=""></a>
  31.            <nav>
  32.                <ul class="nav flex">
  33.                    <li><a href="/">Home</a></li>
  34.                    <li><a href="/about-us">About Us</a></li>
  35.                    <li><a href="/products" class="current">Products</a></li>
  36.                    <li><a href="/newslist-1">News</a></li>
  37.                    <li><a href="/contact-us">Contact Us</a></li>
  38.                    <li><a href="/inquiry">Feedback</a></li>
  39.                </ul>
  40.            </nav>
  41.            <div class="mmenu">
  42.                <p></p>
  43.                <p></p>
  44.                <p></p>
  45.            </div>
  46.        </div>
  47.    </header>
  48.    <main>
  49.        <section class="banner">
  50.            <div class="container flex-ai-c">
  51.                <div class="banner-l"><img src="/images/404-3/404-icon.jpg" alt="logo"></div>
  52.                <div class="banner-r">
  53.                    <p class="banner-tit">No results were found</p>
  54.                    <p class="banner-text">Our website products are being updated,please contact us for details by email.</p>
  55.                    <div class="searchbox flex">
  56.                        <input name="lname" id="txtSearch" type="text" class="search_input" placeholder="keywords">
  57.                        <button class="search_btn flex-jc-ai-c" onclick="PSearch()" id="btnSearch"><img src="/images/404-3/404-search.png" alt="search">Search</button>
  58.                    </div>
  59.                </div>
  60.            </div>
  61.        </section>
  62.        <section class="maypro">
  63.            <div class="container">
  64.  
  65.                            </div>
  66.  
  67.        </section>
  68.        <section class="feed">
  69.  
  70.            <div class="container">
  71.  
  72.                <p class="home-tit">Contact Us</p>
  73.                <div id="wmkcfeedback" class="wmkcfeedback">&nbsp;</div>
  74.            </div>
  75.        </section>
  76.        <div class="bodylay"></div>
  77.    </main>
  78.    <footer>
  79.        <div class="container">
  80.            <p class="copy">Copyright &copy;  All Rights Reserved.</p>
  81.        </div>
  82.    </footer>
  83.    <input type="hidden" id="presql" />
  84.    <input type="hidden" id="afterredis" />
  85.    <script src="https://js01.v15cdn.com/toastr.min.js"></script>
  86.    <script src="https://js01.v15cdn.com/Site_Common.js"></script>
  87.    <script src="/js/404-3.js?rnd=1"></script>
  88.    <script>
  89.        function PSearch() {
  90.            var e = $.trim($("#txtSearch").val());
  91.            return "" == e ? ($("#txtSearch").addClass('search-error'), $("#txtSearch").focus(), !1) : !(e.length <= 1) && !(e.indexOf("<") > -1 || e.indexOf(">") > -1) && (e = e.replace("/", "XieXian"), void (location.href = "http://" + document.domain + "/search/" + encodeURIComponent(e.replace(/\+/g, "((()))")) + ".html"))
  92.        }
  93.        $("#txtSearch").keydown(function (e) {
  94.            13 == e.which && PSearch()
  95.        });
  96. $('.mmenu').click(function(){
  97.     $('header').toggleClass('head-act');
  98.     $('.bodylay').toggle();
  99. })
  100.    </script>
  101. </body>
  102. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda