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://farmaciabarata.pro

  1. <!DOCTYPE html>
  2. <html lang="en-US">
  3. <head>
  4.    <meta charset="UTF-8">
  5.    <meta name="viewport" content="width=device-width, initial-scale=1">
  6.    <title>farmaciabarata.pro</title>
  7.    <link rel="icon" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8/wcAAgMBApWzZ/AAAAAASUVORK5CYII=" type="image/png">
  8.    <link rel="preconnect" href="https://www.google.com" crossorigin>
  9.    <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
  10.    <style>
  11.        /* Variables for colors and fonts */
  12.        :root {
  13.            --main-bg-color: #2b2b2b;
  14.            --main-text-color: #fff;
  15.            --link-color: #76ABAE;
  16.            --contact-bar-bg: #646464;
  17.            --contact-bar-text: #eee;
  18.            --font-family: "Arial", sans-serif;
  19.            --base-font-size: 16px; /* Base font size for rem calculations */
  20.        }
  21.  
  22.        /* Global Styles */
  23.        html {
  24.            font-size: var(--base-font-size);
  25.        }
  26.  
  27.        body, html {
  28.            margin: 0;
  29.            padding: 0;
  30.            border: 0;
  31.            display: flex;
  32.            flex-direction: column;
  33.            font-family: var(--font-family);
  34.            background: var(--main-bg-color);
  35.            color: var(--main-text-color);
  36.            text-align: center;
  37.            
  38.        }
  39.        
  40.        a {
  41.            color: var(--link-color);
  42.        }
  43.  
  44.        /* h1 {
  45.            font-weight: 300;
  46.            font-style: normal;
  47.            margin: 45px 0px;
  48.            text-transform: uppercase;
  49.        } */
  50.  
  51.        h1 {
  52.            font-size: clamp(1.5rem, 5vw, 2rem);
  53.  
  54.            margin: 1rem 0;
  55.            white-space: normal;
  56.            text-align: center;
  57.            text-transform: uppercase;
  58.        }
  59.  
  60.  
  61.        #container {
  62.            display: flex;
  63.            flex-direction: column;
  64.            min-height: 100vh; /* Full height of the viewport */
  65.            visibility: hidden;
  66.            padding: 0 1rem;
  67.            box-sizing: border-box;
  68.        }
  69.  
  70.        header {
  71.            margin-bottom: 24px;
  72.        }
  73.  
  74.        main {
  75.            flex: 1;
  76.            width: 100%;
  77.            max-width: 700px;
  78.            margin: auto;
  79.  
  80.            box-sizing: border-box;
  81.        }
  82.  
  83.        /* Media query for desktop */
  84.        /* @media screen and (min-width: 768px) {
  85.            main {
  86.                width: 700px;
  87.            }
  88.        } */
  89.  
  90.        footer {
  91.            font-size: 0.75rem; /* x-small, equivalent to 12px */
  92.            padding-top: 1.5625rem; /* 25px */
  93.        }
  94.  
  95.        #searchbox {
  96.            padding-top: 3.125rem; /* 50px */
  97.        }
  98.  
  99.        /* Top Banner Styles */
  100.        #banner {
  101.            width: 100%;
  102.            color: var(--contact-bar-text);
  103.            padding: 10px 0;
  104.            text-align: center;
  105.            transition: opacity 0.3s ease;
  106.            opacity: 0;
  107.        }
  108.  
  109.        #banner a {
  110.            color: var(--contact-bar-text);
  111.            text-decoration: none;
  112.        }
  113.  
  114.        #banner a:hover {
  115.            text-decoration: underline;
  116.        }
  117.  
  118.        #rs {
  119.            margin: 0 auto;
  120.            width: 100%;
  121.            max-width: 700px;
  122.  
  123.            box-sizing: border-box;
  124.        }
  125.  
  126.        #ads {
  127.            margin: 0 auto;
  128.            width: 100%;
  129.            max-width: 500px;
  130.  
  131.            box-sizing: border-box;
  132.        }
  133.  
  134.        #message, #rs, #ads, #search {
  135.            margin-bottom: 2rem;
  136.        }
  137.  
  138.        @media screen and (max-width: 480px) {
  139.            :root {
  140.                --base-font-size: 14px;
  141.            }
  142.            
  143.            footer {
  144.                padding: 1rem 0;
  145.            }
  146.        }
  147.        
  148.    </style>
  149. </head>
  150. <body>
  151.    <div id="container">
  152.        <div id="banner" style="opacity: 0"></div>
  153.        <header></header>
  154.        <main>
  155.            <div id="message"></div>
  156.            <div id="rs"></div>
  157.            <div id="ads"></div>
  158.            <div id="search"></div>
  159.        </main>
  160.  
  161.        <footer>
  162.            <p>2025 Copyright. All Rights Reserved</p>
  163.            <p><a href="/_pp">Privacy Policy</a></p>
  164.        </footer>
  165.    </div>
  166.    
  167.    <script src="/_static/deliver.js?nonce=3498571"></script>
  168. </body>
  169. </html>
  170.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda