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