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://groepengroningen.nl

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Geen webhosting actief</title>
  5.  
  6. <style>
  7. *, A:link, A:visited, A:hover, A:active {
  8. font-family:arial, helvetica, sans-serif; color: #444c54;}
  9. body   { background-color:#EFF5FB;}
  10. h1 { font-size:20px; margin-left:270px; margin-top:40px;}
  11. .centerpage {
  12. position:fixed; top:49%; left:50%; z-index:99991;
  13.    width:700px; height:235px;
  14.    text-align:center;
  15. vertical-align: middle;
  16. margin-top:-150px;  /* half of the width */
  17.    margin-left:-350px; /* half of the height */
  18.    background-color: white;
  19.    //padding-top:20px;
  20.    border:1px solid #ddd;
  21.    border-bottom-color:#ccc;
  22.    box-shadow:0px 2px 0 0 rgba(0,0,0,0.06);
  23. background-image: url("landingpage.jpg");
  24. background-repeat: no-repeat;
  25.    background-position: left;
  26. vertical-align: middle;
  27. }
  28.  
  29. .info { text-align:left; font-size:12px; }
  30. .footer {background-color:#ec7c55; height:10px; width:100%; position: absolute; bottom: 0; right: 0;}
  31. @media screen and (max-width: 650px) {
  32. h1 { margin-left:0px;}
  33.    .centerpage {  
  34. width:450px; height:235px;
  35. margin-top:-150px;  /* half of the width */
  36. margin-left:-225px; /* half of the height */
  37. background-image: none;
  38. }
  39. }
  40. </style>
  41.  
  42. </head>
  43. <body>
  44. <div class="centerpage">
  45. <h1>Deze domeinnaam is<br>reeds gereserveerd!<br><br>
  46. <span style="font-size:12px;">Er is geen webhostingpakket actief,<br>
  47. neem daarover contact op met je leverancier.</span></h1>
  48. <div class="footer"></div>
  49. </div>
  50. </body>
  51. </html>
  52.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda