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://ufa09.net/ufa356-168-191-369

  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  <head>
  4.    <meta charset="UTF-8">
  5.    <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
  6.    <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7.    <title>Page 404 Neon</title>
  8.    <style>
  9.      @import url('https://fonts.googleapis.com/css2?family=Neonderthaw&display=swap');
  10.  
  11.      /*Neon font */
  12.      @font-face {
  13.        font-family: 'neon';
  14.        /*src: url('Neoneon-3zaD6.otf') format('opentype');*/
  15.      }
  16.  
  17.      * {
  18.        box-sizing: border-box;
  19.        margin: 0;
  20.        padding: 0;
  21.      }
  22.  
  23.      body {
  24.        height: 100vh;
  25.        text-align: center;
  26.        display: flex;
  27.        flex-direction: column;
  28.        justify-content: center;
  29.        align-items: center;
  30.        font-size: 16px;
  31.        font-family: 'Neonderthaw', 'neon', cursive;
  32.        background: #000;
  33.        color: rgb(230, 230, 230);
  34.        overflow: hidden;
  35.        -webkit-animation: Random_Color 5s linear infinite;
  36.        -o-animation: Random_Color 5s linear infinite;
  37.        animation: Random_Color 5s linear infinite;
  38.      }
  39.  
  40.      @keyframes Random_Color {
  41.  
  42.        0%,
  43.        100% {
  44.          filter: hue-rotate(0deg);
  45.        }
  46.  
  47.        50% {
  48.          filter: hue-rotate(360deg);
  49.        }
  50.      }
  51.  
  52.      .Text_404 {
  53.        padding: 0;
  54.        display: flex;
  55.        margin: 1.725rem 0;
  56.      }
  57.  
  58.      .Text_404 span {
  59.        font-size: 6em;
  60.        font-family: 'neon', 'Neonderthaw', cursive;
  61.        padding: 0 1.725rem;
  62.        animation: animate1 1s linear infinite;
  63.      }
  64.  
  65.      .Text_404 span:nth-child(1) {
  66.        animation-delay: 0s;
  67.      }
  68.  
  69.      .Text_404 span:nth-child(2) {
  70.        animation-delay: 0.25s;
  71.      }
  72.  
  73.      .Text_404 span:nth-child(3) {
  74.        animation-delay: 0.5s;
  75.      }
  76.  
  77.      @keyframes animate1 {
  78.  
  79.        0%,
  80.        100% {
  81.          color: #fff;
  82.          filter: blur(2px);
  83.          text-shadow: 0 0 10px var(--color5),
  84.            0 0 20px var(--color5),
  85.            0 0 40px var(--color5),
  86.            0 0 80px var(--color5),
  87.            0 0 120px var(--color5),
  88.            0 0 200px var(--color5),
  89.            0 0 300px var(--color5),
  90.            0 0 400px var(--color5);
  91.        }
  92.  
  93.        5%,
  94.        95% {
  95.          color: #111;
  96.          filter: blur(0);
  97.          text-shadow: 0 0 10px transparent;
  98.        }
  99.      }
  100.  
  101.      .description {
  102.        color: #fff;
  103.        text-shadow: 0 0 10px var(--color2),
  104.          0 0 20px var(--color2),
  105.          0 0 40px var(--color2),
  106.          0 0 80px var(--color2),
  107.          0 0 120px var(--color2),
  108.          0 0 200px var(--color2),
  109.          0 0 300px var(--color2),
  110.          0 0 400px var(--color2);
  111.        font-size: 3em;
  112.        margin: 1.725rem 0;
  113.      }
  114.  
  115.      .btn {
  116.        cursor: pointer;
  117.        display: inline-block;
  118.        font-weight: 400;
  119.        text-align: center;
  120.        white-space: nowrap;
  121.        vertical-align: middle;
  122.        padding: .375rem .75rem;
  123.        margin: .375rem;
  124.        font-size: 2.252em;
  125.        color: var(--color3);
  126.        transition: all .5s ease-in-out;
  127.        text-decoration: none;
  128.      }
  129.  
  130.      @media (max-width: 768px) {
  131.        .Text_404 span {
  132.          font-size: 3em;
  133.        }
  134.  
  135.        .description {
  136.          font-size: 1.5em;
  137.        }
  138.  
  139.        .btn {
  140.          font-size: 1.252em;
  141.        }
  142.      }
  143.  
  144.      :root {
  145.        --color1: #e43636;
  146.        --color2: #5ae8e8;
  147.        --color3: #37d334;
  148.        --color4: #de6ce1;
  149.        --color5: #fce146;
  150.        --color6: #FF1493;
  151.      }
  152.    </style>
  153.  </head>
  154.  <body>
  155.    <h1 class="Text_404">
  156.      <span>4</span>
  157.      <span>X</span>
  158.      <span>4</span>
  159.    </h1>
  160.    <p class="description">Oops! page not found</p>
  161.    <a href="/" class="btn">Back to Home</a>
  162.  </body>
  163. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda