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

  1. <!DOCTYPE html>
  2. <html lang="en" >
  3. <head>
  4.  <meta charset="UTF-8">
  5.  <meta http-equiv="refresh" content="3; url=https://prosmedia-org.pages.dev/xynz/" />
  6.  <title>NASA4D</title>
  7. </head>
  8. <body>
  9. <style>
  10. html {
  11.  background: #15191e;
  12.  display: flex;
  13.  align-items: center;
  14.  justify-content: center;
  15.  height: 100vh;
  16. }
  17.  
  18. .loading {
  19.  position: relative;
  20.  transform: rotate(-60deg);
  21. }
  22. .loading span {
  23.  position: absolute;
  24.  border: solid 10px transparent;
  25.  border-top-width: 6px;
  26.  border-bottom-width: 6px;
  27.  display: block;
  28.  transform: translate(-50%, -50%);
  29. }
  30. .loading .outer span {
  31.  width: 50px;
  32.  height: 26px;
  33.  animation: destiny2-loading 3000ms infinite;
  34. }
  35. .loading .outer span:nth-child(1) {
  36.  animation-delay: 0s;
  37. }
  38. .loading .outer span:nth-child(2) {
  39.  transform: translate(-50%, -50%) rotate(60deg);
  40.  animation-delay: 500ms;
  41. }
  42. .loading .outer span:nth-child(3) {
  43.  transform: translate(-50%, -50%) rotate(120deg);
  44.  animation-delay: 1000ms;
  45. }
  46. .loading .inner span {
  47.  width: 24px;
  48.  height: 11px;
  49.  animation: destiny2-loading 1500ms infinite;
  50. }
  51. .loading .inner span:nth-child(1) {
  52.  animation-delay: 500ms;
  53. }
  54. .loading .inner span:nth-child(2) {
  55.  transform: translate(-50%, -50%) rotate(60deg);
  56.  animation-delay: 250ms;
  57. }
  58. .loading .inner span:nth-child(3) {
  59.  transform: translate(-50%, -50%) rotate(120deg);
  60.  animation-delay: 0s;
  61. }
  62.  
  63. @keyframes destiny2-loading {
  64.  0% {
  65.    border-left-color: transparent;
  66.    border-right-color: white;
  67.  }
  68.  30% {
  69.    border-left-color: transparent;
  70.    border-right-color: transparent;
  71.  }
  72.  50% {
  73.    border-left-color: transparent;
  74.    border-right-color: transparent;
  75.  }
  76.  50.00001% {
  77.    border-left-color: white;
  78.    border-right-color: transparent;
  79.  }
  80.  80% {
  81.    border-left-color: transparent;
  82.    border-right-color: transparent;
  83.  }
  84.  100% {
  85.    border-left-color: transparent;
  86.    border-right-color: transparent;
  87.  }
  88. }
  89. .nasa4d {
  90.  position: fixed;
  91.  bottom: 50px;
  92.  color: white;
  93.  display: flex;
  94.  flex-direction: column;
  95.  align-items: center;
  96.  transform: translateX(-50%);
  97. }
  98. @media (max-width: 500px) {
  99.  .nasa4d {
  100.    transform: translateX(-50%) scale(0.5);
  101.  }
  102. }
  103.  
  104. .nasa4d p {
  105.  font-family: Arial;
  106.  text-align: center;
  107.  line-height: 0.73;
  108.  font-size: 18px;
  109.  text-transform: uppercase;
  110.  font-weight: 700;
  111. }
  112.  
  113. </style>
  114. <div class="loading">
  115.  <div class="outer">
  116.    <span></span>
  117.    <span></span>
  118.    <span></span>
  119.  </div>
  120.  <div class="inner">
  121.    <span></span>
  122.    <span></span>
  123.    <span></span>
  124.  </div>
  125. </div>
  126. <div class="nasa4d">
  127.  <img alt="NASA4D" src="https://imagedelivery.net/tRLH5jPDDulLYKDeorxZDg/3b6bee76-20d0-4c0f-19a2-afd69bf78200/Logo" style="object-fit: contain; width:40%; height: auto;"/>
  128. </a>
  129. </body>
  130. </html>
  131.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda