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.tresdigital.com.ar/feed/

  1. <!DOCTYPE html>
  2. <html lang="es">
  3. <head>
  4.  <meta charset="UTF-8">
  5.  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.  <title>Página no encontrada</title>
  7.  <style>
  8.    body {
  9.      background-color: #f0f0f0;
  10.      font-family: Arial, sans-serif;
  11.      display: flex;
  12.      justify-content: center;
  13.      align-items: center;
  14.      height: 100vh;
  15.      margin: 0;
  16.    }
  17.    .container {
  18.      text-align: center;
  19.    }
  20.    h1 {
  21.      font-size: 6em;
  22.      margin: 0;
  23.      color: #444;
  24.    }
  25.    p {
  26.      font-size: 1.5em;
  27.      color: #333;
  28.    }
  29.    a {
  30.      display: inline-block;
  31.      margin-top: 20px;
  32.      padding: 10px 20px;
  33.      background-color: #444;
  34.      color: white;
  35.      text-decoration: none;
  36.      border-radius: 3px;
  37.    }
  38.    a:hover {
  39.      background-color: #222;
  40.    }
  41.  </style>
  42. </head>
  43. <body>
  44.  <div class="container">
  45.    <h1>404</h1>
  46.    <p>Página no encontrada</p>
  47.    <a href="/">Volver al inicio</a>
  48.  </div>
  49. </body>
  50. </html>
  51.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda