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.shinobi.jp/etc/goto.html?http%3A//karawanghost.com/jasa-pembuatan-website

  1. <!DOCTYPE HTML>
  2. <html>
  3.  
  4. <head>
  5.  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  6.  <title>忍者ホームページ</title>
  7.  <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
  8.  <script type="text/javascript" src="/etc/goto/js/goto.js"></script>
  9.  <link rel="stylesheet" type="text/css" href="/etc/goto/css/reset.css">
  10.  <link rel="stylesheet" type="text/css" href="/etc/goto/css/goto.css">
  11. </head>
  12.  
  13. <body>
  14.  <div id="mu_mainwrap">
  15.  
  16.    <div id="header_block" style="position:relative">
  17.      <div class="title_block">
  18.        <h1><a href="https://www.ninja.co.jp/"><img src="/etc/goto/img/gotologo.gif" alt="忍者ツールズ" /></a></h1>
  19.      </div>
  20.    </div>
  21.  
  22.    <!-- content -->
  23.    <div id="mu_content" style="float:none;width: 100%;padding-top: 10px">
  24.  
  25.      <div id="mu_landing_content">
  26.        <div class="goto_area ">
  27.          <h3>下記のURLにジャンプします</h3>
  28.          <p class="texturl"></p>
  29.        </div>
  30.        <br clear="all">
  31.      </div>
  32.    </div>
  33.    <!-- /content -->
  34.  </div>
  35.  <!-- mu_contentwrap -->
  36.  
  37.  <div id="mu_content_footer">
  38.    <span id="top"><a href="#top">▲このページの先頭へ</a></span>
  39.    <span id="copy">&copy; 2004 <a href="//corp.ninja.co.jp/">Ninja Tools Inc.</a></span>
  40.  </div>
  41.  
  42.  <script type="text/javascript">
  43.    var url = $(location).attr('search').replace(/^\?/, '').split('&');
  44.    $(".texturl").prepend($('<a>').attr("href", url[0]).text(url[0]));
  45.    setTimeout(function () {
  46.      window.location.href = url[0];
  47.    }, 3 * 1000);
  48.  </script>
  49.  
  50. </body>
  51. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda