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://weblog.devio.nl/weblog.asp

  1. <!doctype html>
  2. <html>
  3. <head>
  4.  
  5.    <meta charset="utf-8">
  6.  
  7.    <title>devio.nl is for sale !!</title>
  8.    <meta name="description" content="Need to buy this domainnname ? Request an offer and it could be yours">
  9.  
  10.  
  11.    <!-- Set the viewport to the device's screen width -->
  12.    <meta name="viewport" content="width=device-width, initial-scale=1">
  13.  
  14.    <!-- Icon -->
  15.    <link rel="shortcut icon" href="assets/images/icons/favicon.ico" type="image/x-icon"/>
  16.    <link rel="apple-touch-icon" href="assets/images/icons/favicon.png">
  17.  
  18.    <!-- Styles for all browsers and IE 9+ -->
  19.    <!--[if !(IE)|(IE 9)]> -->
  20.    <link rel="stylesheet" href="assets/css/screen.css">
  21.    <style>
  22.        /* Background styles */
  23.        body {
  24.            background-image: url('assets/images/bg-mountains.jpg');
  25.        }
  26.  
  27.        body:after {
  28.            background-color: rgba(50, 47, 72, .63);
  29.        }
  30.  
  31.        /* Narrow screen background styles */
  32.        @media (max-width: 480px) {
  33.            .header {
  34.                background-image: url('assets/images/bg-mountains.jpg');
  35.            }
  36.  
  37.            .header:after {
  38.                background-color: rgba(50, 47, 72, .63);
  39.            }
  40.        }
  41.    </style>
  42.    <![endif]-->
  43.    <!-- Basic styles for older browsers, IE 8 and below -->
  44.    <!--[if lte IE 8]>
  45.    <link rel="stylesheet" href="assets/css/ie8.css">
  46.    <![endif]-->
  47.  
  48.    <!-- Include jQuery with local fallback -->
  49.    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
  50.    <script>window.jQuery || document.write('<script src="assets/js/vendor/jquery-1.11.3.min.js"><\/script>')</script>
  51.  
  52.    <!-- jQuery plugins -->
  53.    <script src="assets/js/vendor/plugins.js"></script>
  54.  
  55.    <!-- JavaScript that runs on document load and document ready -->
  56.    <script src="assets/js/main.js"></script>
  57.  
  58.    <!-- Load fonts -->
  59.    <script type="text/javascript">
  60.        WebFontConfig = {
  61.            google: {
  62.                families: ['Open+Sans:700italic,800italic:latin', 'Open+Sans+Condensed:300:latin']
  63.            }
  64.        };
  65.        (function () {
  66.            var wf = document.createElement('script');
  67.            wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  68.                '://ajax.googleapis.com/ajax/libs/webfont/1.5.18/webfont.js';
  69.            wf.type = 'text/javascript';
  70.            wf.async = 'true';
  71.            var s = document.getElementsByTagName('script')[0];
  72.            s.parentNode.insertBefore(wf, s);
  73.        })(); </script>
  74.    <script src='https://www.google.com/recaptcha/api.js'></script></head>
  75. <body>
  76.  
  77. <!-- ============ DATA =============== -->
  78. <p id="congratsString" style="display: none">Congratulations! Your account has been create<br /><br />THE OFFER WILL BE SENT TO<br /></p>
  79. <!-- ============ Other =============== -->
  80. <div class="main-wrap">
  81.  
  82.    <!-- Title and price -->
  83.    <header class="header">
  84.        <div class="header-inner">
  85.            <h1 class="title">
  86.                    <span>
  87.                        devio.nl                    </span>
  88.            </h1>
  89.            <span class="subtitle">is for sale!</span>
  90.  
  91.        </div>
  92.    </header>
  93.  
  94.    <!-- Offer form -->
  95.    <section class="main">
  96.        <div class="main-inner">
  97.            <form action="" method="post" class="offer-form" id="offer-form">
  98.                    <div id="captcha" style="display: flex; justify-content: center">
  99.        <div class="g-recaptcha" data-sitekey="6LdjrXsUAAAAACEwuVrQFvkM-TphZAjPNqBG9SD7" data-callback="reCaptchaCallback"></div>    </div>
  100.                </form>
  101.        </div><!-- /main-inner -->
  102.    </section><!-- /main --></div>
  103.  
  104. <!-- My contact details -->
  105. <footer class="footer">
  106.    <div class="copyright-text">Looking to buy a domain name? Purchase domains for your website and benefit from an
  107.        affordable pricing and 24/7 customer support
  108.    </div>
  109.    <div class="copyright-text">© 2018 | All Rights Reserved</div>
  110. </footer>
  111.  
  112.  
  113. <script>
  114.    function reCaptchaCallback(response) {
  115.        if (response.length > 0) {
  116.            form = $("#offer-form");
  117.            form.empty();
  118.            content = $.parseHTML("<input type=\"hidden\" name=\"domainname\" value=\"devio.nl\">\n" +
  119.                "    <h2 class=\"title\">request offer</h2>\n" +
  120.                "    <p>Need to buy this domain name?</p>\n" +
  121.                "    <div class=\"form-error animated shake\" style=\"display: none;\">\n" +
  122.                "        <span aria-hidden=\"true\" class=\"icon li_pen\"></span>\n" +
  123.                "        <p>Please correct the following and resubmit, thanks!</p>\n" +
  124.                "        <ul></ul>\n" +
  125.                "    </div>\n" +
  126.                "    <div class=\"form-success animated zoomInDown\" style=\"display: none;\">\n" +
  127.                "        <span aria-hidden=\"true\" class=\"icon li_like\"></span>\n" +
  128.                "    </div>\n" +
  129.                "    <div class=\"fields\">\n" +
  130.                "        <div class=\"field-wrapper border\">\n" +
  131.                "            <label for=\"email\" class=\"email-label\">Email</label>\n" +
  132.                "            <input\n" +
  133.                "                    type=\"email\"\n" +
  134.                "                    name=\"email\"\n" +
  135.                "                    id=\"email\"\n" +
  136.                "                    placeholder=\"email\"\n" +
  137.                "                    class=\"email-field\"\n" +
  138.                "                    minlength=\"5\"\n" +
  139.                "                    style=\"display:none;\"\n" +
  140.                "                    value=\"\"\n" +
  141.                "            >\n" +
  142.                "            <label for=\"honeypot\" class=\"email-label\">Email</label>\n" +
  143.                "            <input\n" +
  144.                "                    type=\"email\"\n" +
  145.                "                    name=\"honeypot\"\n" +
  146.                "                    id=\"honeypot\"\n" +
  147.                "                    placeholder=\"email\"\n" +
  148.                "                    class=\"email-field\"\n" +
  149.                "                    required\n" +
  150.                "                    minlength=\"5\"\n" +
  151.                "                    value=\"\"\n" +
  152.                "            >\n" +
  153.                "        </div>\n" +
  154.                "        <div class=\"field-wrapper send-btn-wrapper\">\n" +
  155.                "            <input type=\"submit\" name=\"send\" value=\"send\" class=\"send-btn\">\n" +
  156.                "        </div>\n" +
  157.                "    </div><!-- /fields -->");
  158.            form.append(content);
  159.        }
  160.    }
  161. </script>
  162.  
  163. </body>
  164. </html>
  165.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda