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: https://xxxhuub.com/tags/pareja/

  1. <!DOCTYPE html>
  2. <html>
  3.  <head>
  4.    <meta charset="utf-8">
  5.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6.    <title>Setting</title>
  7.    <meta name="viewport" content="width=device-width, initial-scale=1">
  8.  </head>
  9.  <body>
  10.    <style>
  11.    html,body{
  12.      padding:0px;
  13.      margin:0px;
  14.    }
  15.    @media  only screen and (max-width: 320px) {
  16.     body { font-size: 20px;
  17.     }
  18.   }
  19.    .samples{
  20.       text-shadow: 0px 1px 0px rgb(204, 204, 204), 0px 2px 0px rgb(201, 201, 201), 0px 3px 0px rgb(187, 187, 187), 0px 4px 0px rgb(185, 185, 185), 0px 5px 0px rgb(170, 170, 170), 0px 6px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 3px 5px rgba(0, 0, 0, 0.2), 0px 5px 10px rgba(0, 0, 0, 0.25), 0px 20px 20px rgba(0, 0, 0, 0.15);
  21.       color: #FFFFFF;
  22.       font-family: 'League Gothic',Impact,sans-serif;
  23.       letter-spacing: 0.02em;
  24.       text-transform: uppercase;
  25.       text-align: center;
  26.       font-size: 40px;
  27.       width:100%;
  28.       margin:1px;
  29.      }
  30.  
  31.      #waveCont{
  32.  position: absolute;
  33.  bottom: 0;
  34.  width: 100%;
  35.  height: 15%;
  36. }
  37. #waveCont > div{
  38.  background-image: url(./mainfile/ocean-wave-md.png);
  39.  background-repeat:repeat-x;
  40.  background-size:contain;
  41.  height: 100%;
  42.  width: 100%;
  43.  position: absolute;
  44.  bottom: 0;
  45.  left: 0;
  46. }
  47. #wave1{
  48.  z-index: 2;
  49.  opacity: .4;
  50.  animation: wave 50s linear infinite;
  51.  -webkit-animation: wave 50s linear infinite;
  52. }
  53. div#wave2{
  54.  opacity: .7;
  55.  height: 80%;
  56.  background-position: 3%;
  57.  animation: wave 30s linear infinite;
  58.  -webkit-animation: wave 30s linear infinite reverse;
  59. }
  60. @keyframes  wave{
  61.  0% {background-position: 0%;}
  62.  100% {background-position: 100%;}
  63. }
  64. @-webkit-keyframes wave{
  65.   0% {background-position: 0%;}
  66.   100% {background-position: 100%;}
  67. }
  68.    </style>
  69.    <div class="samples" style="margin-top:200px;">
  70.      <p>ไม่พบหน้าเว็บ</p>
  71.    </div>
  72.    <div id="waveCont">
  73.      <div id="wave1"></div>
  74.      <div id="wave2"></div>
  75.    </div>
  76.  </body>
  77. </html>
  78.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda