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://realestatewebs.info/

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Account Suspended</title>
  5. <style>
  6. *{
  7.  transition: all 0.6s;
  8. }
  9.  
  10. html {
  11.  height: 100%;
  12. }
  13.  
  14. body{
  15.  font-family: 'Lato', sans-serif;
  16.  color: #888;
  17.  margin: 0;
  18. }
  19.  
  20. #main{
  21.  display: table;
  22.  width: 100%;
  23.  height: 100vh;
  24.  text-align: center;
  25. }
  26.  
  27. .fof{
  28.  display: table-cell;
  29.  vertical-align: middle;
  30. }
  31.  
  32. .fof h1{
  33.  font-size: 50px;
  34.  display: inline-block;
  35.  padding-right: 12px;
  36.  animation: type .5s alternate infinite;
  37. }
  38.  
  39. @keyframes type{
  40.  from{box-shadow: inset -3px 0px 0px #888;}
  41.  to{box-shadow: inset -3px 0px 0px transparent;}
  42. }
  43. </style>
  44.  
  45. </head>
  46. <div id="main">
  47.  <div class="fof">
  48.    <h1>Account Suspended</h1>
  49.    <h2>Please contact your hosting provider to correct issues causing your website to be offline.</h2>
  50.  </div>
  51. </div>
  52.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda