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.noticia.es/rss2.php

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Pagina web en desarrollo</title>
  5. <meta charset="utf-8"/>
  6. <meta name="description" content="Pagina web en desarrollo"/>
  7. <style>
  8. /*TIPOGRAF?AS*/
  9. @import url('https://fonts.googleapis.com/css?family=Noto+Sans');
  10. /*INICIALIZACI?N DE ESTILOS*/
  11. *{
  12. margin:0;
  13. padding:0;
  14. box-sizing:border-box;
  15. }
  16.  
  17. body{background-color:#f6f6f6;}
  18.  
  19. /*PERSONALIZACI?N DE P.MANTENIMIENTO*/
  20. .mantenimiento{
  21. width:600px;
  22. height:400px;
  23. padding:32px;
  24. border:1px solid #000;
  25. border-radius:10px;
  26. margin-top:-200px;
  27. margin-left:-300px;
  28. background-color:#fff;
  29. position:fixed;
  30. top:50%;
  31. left:50%;
  32. }
  33. .mantenimiento h1, .mantenimiento h2, .mantenimiento p{
  34. font-family:"noto sans", sans-serif;
  35. }
  36.  
  37. .mantenimiento h1{
  38. font-size:3em;
  39. text-align:center;
  40. padding:16px;
  41. }
  42. .mantenimiento h2{
  43. font-size:2em;
  44. font-style:italic;
  45. }
  46. .mantenimiento p{
  47. margin:16px 0;
  48. line-height:1.5em;
  49. }
  50.  
  51. </style>
  52. </head>
  53. <body>
  54. <div class="mantenimiento">
  55. <h1>Pagina web en construccion</h1>
  56. <p>Lo sentimos, no hemos encontrado un mensaje mas original para decirte que estamos trabajando en ello.</p>
  57. </div>
  58. </body>
  59. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda