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

  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5.  <meta charset="utf-8"/>
  6.  <title>Viralroute – Your Path to Social Media Success</title>
  7.  <base href="/"/>
  8.  <!-- <base href="/seox-ng/"> -->
  9.  <meta name="viewport" content="width=device-width, initial-scale=1"/>
  10.  <link rel="icon" type="image/x-icon" href="assets/img/favicon.ico"/>
  11.  
  12.  <style>
  13.    /* Splash container */
  14.    #splash-screen {
  15.      z-index: 9999;
  16.      display: block;
  17.    }
  18.  
  19.    /* Fade out on remove */
  20.    #splash-screen.remove {
  21.       animation: fadeout 0.7s forwards;
  22.    }
  23.  
  24.    @keyframes fadeout {
  25.      to {
  26.       display: none;
  27.      }
  28.    }
  29.    /* Rocket launch container */
  30.    .rocket-launch {
  31.      position: relative;
  32.      display: flex;
  33.      flex-direction: column;
  34.      align-items: center;
  35.    }
  36.  
  37.    .exhaust {
  38.      width: 12px;
  39.      height: 40px;
  40.      background: radial-gradient(circle, orange 0%, transparent 70%);
  41.      position: absolute;
  42.      top: 100%;
  43.      animation: exhaust-flicker 0.3s infinite ease-in-out;
  44.      border-radius: 50%;
  45.      opacity: 0.7;
  46.    }
  47.  
  48.    @keyframes exhaust-flicker {
  49.      0%,
  50.      100% {
  51.        transform: scaleY(1);
  52.        opacity: 0.7;
  53.      }
  54.  
  55.      50% {
  56.        transform: scaleY(1.5);
  57.        opacity: 0.4;
  58.      }
  59.    }
  60.  </style>
  61. <link rel="stylesheet" href="styles-NI6JMIWK.css"></head>
  62.  
  63. <body>
  64.  <app-root id="root"></app-root>
  65.  <div id="splash-screen" class="preloader7">
  66.    <div id="preloader">
  67.      <div class="rocket-launch">
  68.        <img src="assets/img/logo/white-logo.png" alt="ViralRoute" class="rocket-logo"/>
  69.        <div class="exhaust"></div>
  70.      </div>
  71.    </div>
  72.  </div>
  73.  
  74.  
  75.  
  76.  <script>
  77. const rootEl = document.querySelector('#root');
  78. const observer = new MutationObserver((mutations, obs) => {
  79.  const contentReady = rootEl?.children.length > 0;
  80.  if (contentReady) {
  81.    document.querySelector('#splash-screen')?.classList.add('remove');
  82.    obs.disconnect();
  83.  }
  84. });
  85. observer.observe(rootEl, { childList: true, subtree: true });
  86.  </script>
  87. <link rel="modulepreload" href="chunk-Y44I4Y57.js"><link rel="modulepreload" href="chunk-UHJGDJVN.js"><link rel="modulepreload" href="chunk-N7G75FPM.js"><script src="polyfills-6UXLMGYX.js" type="module"></script><script src="scripts-CWJO5AXB.js" defer></script><script src="main-GDNKUI2C.js" type="module"></script></body>
  88.  
  89. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda