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://horizonbarcelona.com/

  1.  
  2.  
  3. <!DOCTYPE html>
  4. <html lang="id">
  5. <head>
  6. <meta charset="UTF-8">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. <title>Server NGO Gaming - FULL500 Under Maintenance</title>
  9. <meta name="description" content="Sorry, We are currently performing system maintenance for website full500 by link horizonbarcelona.com." /
  10. <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap" rel="stylesheet">
  11. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
  12.  
  13.  <!-- Canonical URL -->
  14.  <link rel="canonical" href="https://horizonbarcelona.com/" />
  15.  <link rel="alternate" media="only screen and (max-width: 1500px)"  href="https://horizonbarcelona.com/">
  16.  <link rel="shortcut icon" href="https://phoneoye.com/FULL500/IMG/FAVICONFULL.png" sizes="16x16">
  17.  <meta name="google-site-verification" content="lSN7_AQ4DCmFxC7kPJKtvYl1npTVFcbhpHiPbmk89zo" />
  18.  
  19. <style>
  20.    body {
  21.        margin: 0;
  22.        padding: 0;
  23.        background-color: #000;
  24.        color: #fff;
  25.        font-family: 'Poppins', sans-serif;
  26.        display: flex;
  27.        justify-content: center;
  28.        align-items: center;
  29.        height: 100vh;
  30.        text-align: center;
  31.        flex-direction: column;
  32.    }
  33.  
  34.    .logo img {
  35.        width: 120px;
  36.        margin-bottom: 15px;
  37.        animation: fadeIn 1.2s ease-in-out;
  38.    }
  39.  
  40.    /* Gear Container */
  41.    .gear-container {
  42.        display: flex;
  43.        justify-content: center;
  44.        align-items: center;
  45.        gap: 10px;
  46.        margin-bottom: 15px;
  47.    }
  48.  
  49.    /* Gear 1 */
  50.    .gear1 {
  51.        font-size: 50px;
  52.        color: #ff7b00;
  53.        animation: spin 3s linear infinite;
  54.    }
  55.  
  56.    /* Gear 2 */
  57.    .gear2 {
  58.        font-size: 35px;
  59.        color: #ffb84d;
  60.        animation: spin-reverse 3s linear infinite;
  61.    }
  62.  
  63.    /* Animations */
  64.    @keyframes spin {
  65.        from { transform: rotate(0deg); }
  66.        to { transform: rotate(360deg); }
  67.    }
  68.  
  69.    @keyframes spin-reverse {
  70.        from { transform: rotate(360deg); }
  71.        to { transform: rotate(0deg); }
  72.    }
  73.  
  74.    h1 {
  75.        font-size: 26px;
  76.        font-weight: 700;
  77.        color: #ff7b00;
  78.        margin-bottom: 10px;
  79.    }
  80.  
  81.    p {
  82.        font-size: 16px;
  83.        color: #ccc;
  84.        margin-bottom: 15px;
  85.    }
  86.  
  87.    .last-update {
  88.        font-size: 14px;
  89.        color: #888;
  90.        margin-bottom: 20px;
  91.    }
  92.  
  93.    /* Progress Bar */
  94.    .progress-container {
  95.        width: 300px;
  96.        height: 14px;
  97.        background-color: #222;
  98.        border-radius: 8px;
  99.        overflow: hidden;
  100.        margin-bottom: 30px;
  101.        box-shadow: 0 0 10px rgba(255,123,0,0.3);
  102.    }
  103.  
  104.    .progress-bar {
  105.        width: 0%;
  106.        height: 100%;
  107.        background: linear-gradient(90deg, #ff7b00, #ffb84d);
  108.        animation: load 4s infinite;
  109.    }
  110.  
  111.    @keyframes load {
  112.        0% { width: 0%; }
  113.        50% { width: 100%; }
  114.        100% { width: 0%; }
  115.    }
  116.  
  117.    /* Social Icons */
  118.    .social {
  119.        display: flex;
  120.        justify-content: center;
  121.        gap: 15px;
  122.    }
  123.  
  124.    .social-icon {
  125.        font-size: 22px;
  126.        color: #ff7b00;
  127.        transition: transform 0.3s ease, box-shadow 0.3s ease;
  128.        display: flex;
  129.        align-items: center;
  130.        justify-content: center;
  131.        width: 45px;
  132.        height: 45px;
  133.        border-radius: 50%;
  134.        background-color: rgba(255, 123, 0, 0.15);
  135.    }
  136.  
  137.    .social-icon:hover {
  138.        transform: scale(1.2);
  139.        box-shadow: 0 0 15px #ff7b00;
  140.        color: #fff;
  141.    }
  142.  
  143.    .social-icon.twitter:hover { background-color: #1da1f2; }
  144.    .social-icon.facebook:hover { background-color: #1877f2; }
  145.    .social-icon.instagram:hover { background-color: #e4405f; }
  146.  
  147.    @keyframes fadeIn {
  148.        from { opacity: 0; transform: translateY(-10px); }
  149.        to { opacity: 1; transform: translateY(0); }
  150.    }
  151. </style>
  152. </head>
  153. <body>
  154.  
  155. <div class="logo">
  156.    <img src="https://i.postimg.cc/Jnm4FmYd/maintenance.png" alt="Logo Maintenance">
  157. </div>
  158.  
  159. <!-- Double Gear -->
  160. <div class="gear-container">
  161.    <div class="gear1"><i class="fas fa-cog"></i></div>
  162.    <div class="gear2"><i class="fas fa-cog"></i></div>
  163. </div>
  164.  
  165. <h1>Situs Sedang Dalam Pemeliharaan Sistem</h1>
  166. <p>We are currently performing system maintenance for horizonbarcelona.com.<br>Please check back later or contact us using the information below.</p>
  167.  
  168. <div class="last-update">Terakhir diperbarui: 17 Agustus 2025.</div>
  169.  
  170.  
  171. <!-- Progress Bar -->
  172. <div class="progress-container">
  173.    <div class="progress-bar"></div>
  174. </div>
  175.  
  176. <!-- Social Media -->
  177. <div class="social">
  178.    <a href="https://api.whatsapp.com/send/?phone=6287718191043" class="social-icon whatsapp" title="Whatsapp"><i class="fab fa-whatsapp"></i></a>
  179.    <a href="https://www.facebook.com/profile.php?id=61579179183665" class="social-icon facebook" title="Facebook"><i class="fab fa-facebook-f"></i></a>
  180. </div>
  181. <br>
  182. <footer>
  183.    © 2025 <a href="https://horizonbarcelona.com/menu">horizonbarcelona.com</a>. All rights reserved.
  184. </footer>
  185. </body>
  186. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda