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://flip.it/vtIf34

  1. <!DOCTYPE html>
  2. <html lang="pt-BR">
  3. <head>
  4.    <meta charset="UTF-8">
  5.    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.    <title>BRASIL IPTV</title>
  7.    <style>
  8.        body {
  9.            background-image: url('https://brasilip.tv/image/iptv.jpeg');
  10.            background-size: cover;
  11.            background-repeat: no-repeat;
  12.            background-attachment: fixed;
  13.            margin: 0;
  14.            padding: 0;
  15.            display: flex;
  16.            flex-direction: column;
  17.            justify-content: center;
  18.            align-items: center;
  19.            height: 100vh;
  20.            position: relative;
  21.        }
  22.  
  23.        .logo {
  24.            max-width: 100%;
  25.            height: auto;
  26.            margin-bottom: 20px;
  27.        }
  28.  
  29.        .button {
  30.            background-color: green;
  31.            padding: 15px 30px;
  32.            border: none;
  33.            border-radius: 5px;
  34.            text-align: center;
  35.            text-decoration: none;
  36.            font-size: 18px;
  37.            color: white;
  38.        }
  39.  
  40.        .button a {
  41.            color: yellow;
  42.            text-decoration: none;
  43.        }
  44.  
  45.        .bottom-text {
  46.            font-size: 36px;
  47.            color: #00984A; /* Green color of Brazilian flag */
  48.            text-align: center;
  49.            margin-top: 20px;
  50.            padding: 20px;
  51.        }
  52.  
  53.        @media (max-width: 768px) {
  54.            .button {
  55.                padding: 10px 20px;
  56.                font-size: 16px;
  57.            }
  58.        }
  59.    </style>
  60. </head>
  61. <body>
  62.    <img class="logo" src="https://brasiliptv.com/wp-content/uploads/2021/07/logobrasiliptv_original.png" alt="BRASIL IPTV Logo">
  63.    <div class="button">
  64.        <a href="https://www.brasiliptv.com">TESTE AGORA GRATIS! Clique aqui</a>
  65.    </div>
  66.    <div class="bottom-text">
  67.        A MELHOR LISTA DE CANAIS FILMES E SÉRIES DISPONÍVEIS EM UMA ÚNICA PLATAFORMA
  68.    </div>
  69. </body>
  70. </html>
  71.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda