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://wscbiolo.id

  1.  
  2. <!doctype html>
  3. <html>
  4.        <head>
  5.                <title>Domain Expired</title>
  6.                <link href='http://fonts.googleapis.com/css?family=Roboto&subset=latin,latin-ext' rel='stylesheet' type='text/css' >
  7.                <style>
  8.                        body{
  9.                                text-align: center;
  10.                                margin: 0 auto;
  11.                                font-family: 'Roboto', sans-serif;
  12.                                color: #006E8F;
  13.                        }
  14.                        .mainbody{
  15.                                width: 500px;
  16.                                margin: 100px auto;
  17.                                border: 1px solid #006E8F;
  18.                        border-radius: 10px;
  19.                        padding: 30px;
  20.                        text-align: center;
  21.                        box-shadow: 10px 10px 5px #f0f0f0;
  22.                        }
  23.                        p{
  24.                                font-size: 15px;                                                                                                                                                                  
  25.                                margin: 20px 10px 50px 10px;                                                                                                                                                      
  26.                        }                                                                                                                                                                                        
  27.                        h1{                                                                                                                                                                                      
  28.                                margin: 0;                                                                                                                                                                        
  29.                                font-size: 40px;                                                                                                                                                                  
  30.                                color: #006E8F;                                                                                                                                                                  
  31.                                border-bottom: solid 1px #006E8F;                                                                                                                                                
  32.                        }                                                                                                                                                                                        
  33.                        address{                                                                                                                                                                                  
  34.                                font-style: normal;                                                                                                                                                              
  35.                                font-size: 12px;                                                                                                                                                                  
  36.                        }                                                                                                                                                                                        
  37.                        a{                                                                                                                                                                                        
  38.                                color: #00A2D7;                                                                                                                                                                  
  39.                        }                                                                                                                                                                                        
  40.                        a:hover{                                                                                                                                                                                  
  41.                                color: #006E8F;                                                                                                                                                                  
  42.                        }                                                                                                                                                                                        
  43.                </style>                                                                                                                                                                                          
  44.        </head>                                                                                                                                                                                                  
  45.        <body>                                                                                                                                                                                                    
  46.                <div class="mainbody">
  47.                        <h1>Domain Expired</h1>
  48.                        <p>Domain <strong id="domainname">asfadsfdas</strong> telah expired.</p>
  49.                        <address>Segera hubungi provider domain Anda untuk melanjutkan layanan domain ini</address>
  50.                </div>
  51.        </body>
  52.        <script>
  53.        document.getElementById("domainname").innerHTML = window.location.host;
  54.        </script>
  55. </html>
  56.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda