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://tujuan.grogol.us/go/aHR0cDovL3dvd2FjY291bnQuY29tL19fbWVkaWFfXy9qcy9uZXRzb2x0cmFkZW1hcmsucGhwP2Q9amFtc3NwYWNlLmNvbQ

  1.  
  2. <!doctype html>
  3. <html lang="en">
  4. <head>
  5.    <meta charset="UTF-8">
  6.    <meta http-equiv="refresh" content="1; URL=http://wowaccount.com/__media__/js/netsoltrademark.php?d=jamsspace.com">
  7.    <title>GROGOL.US</title>
  8.    <style type="text/css">
  9.        body {
  10.            background-color: darkgray;
  11.        }
  12.        #panel {
  13.            width: 1024px;
  14.            height: 150px;
  15.            position: absolute;
  16.            margin-left: -512px;
  17.            left: 50%;
  18.            margin-top: -75px;
  19.            top:50%;
  20.            background-color: #E4E4E4;
  21.            text-align: center;
  22.            -webkit-border-radius: 14px;
  23.            -moz-border-radius: 14px;
  24.            border-radius: 14px;
  25.            border: solid 1px black;
  26.        }
  27.        #panel h1 {
  28.            font-size: 18px;
  29.        }
  30.        #panel #redirect {
  31.            font-size: 24px;
  32.            background-color: white;
  33.            padding: 4px;
  34.        }
  35.        #panel #redirect a {
  36.        }
  37.        h1 a {
  38.            background-color: white;
  39.            padding: 4px;
  40.            color: black;
  41.            -webkit-border-radius: 8px;
  42.            -moz-border-radius: 8px;
  43.            border-radius: 8px;
  44.        }
  45.    </style>
  46. </head>
  47. <body>
  48. <div id="panel">
  49.    <h1><a href="http://grogol.us" title="GROGOL.US">GROGOL.US</a> — Selamat jalan dan semoga sampai tujuan.</h1>
  50.    <p id="redirect"><span id="t1">Redirect to</span> <a href="http://wowaccount.com/__media__/js/netsoltrademark.php?d=jamsspace.com"><span id="t2">http://wowaccount.com/__media__/js/netsoltrademark.php?d=jamsspace.com</span></a></p>
  51. </div>
  52. <script type="text/javascript">
  53.  
  54.    var t1 = document.getElementById( 't1' );
  55.    var t2 = document.getElementById( 't2' );
  56.  
  57.    var text1 = t1.innerText;
  58.    var text2 = t2.innerText;
  59.  
  60.    t1.innerHTML = '';
  61.    t2.innerHTML = '';
  62.  
  63.    var count1 = 0;
  64.    var count2 = 0;
  65.  
  66.    var typing_timer1 = null;
  67.    var typing_timer2 = null;
  68.  
  69.    function typing_1()
  70.    {
  71.        t1.innerHTML = t1.innerHTML + text1.charAt( count1 )
  72.        count1++;
  73.        typing_timer1 = setTimeout( typing_1, 20 );
  74.  
  75.        if( count1 == text1.length)
  76.        {
  77.            clearTimeout( typing_timer1 )
  78.            count1 = -1;
  79.        }
  80.    }
  81.  
  82.    function typing_2()
  83.    {
  84.        t2.innerHTML = t2.innerHTML + text2.charAt( count2 )
  85.        count2++;
  86.        typing_timer2 = setTimeout( typing_2, 20 );
  87.  
  88.        if( count2 == text2.length)
  89.        {
  90.            clearTimeout( typing_timer2 )
  91.            count2 = -1;
  92.        }
  93.    }
  94.  
  95.    typing_1();
  96.    setTimeout( typing_2, 250 );
  97.  
  98. </script>
  99. </body>
  100. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda