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://manipuleren.com/2016/05/06/comprare-chloroquine-coronavirus-online-comprare-chloroquine-coronavirus-senza-ricetta-a-basso-costo-lino-a-mare/

  1. <html>
  2. <head>
  3.    <link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
  4.    <link rel="shortcut icon" href="https://assets.grooveapps.com/other/favicon-32x32.png">
  5.    <link href="https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700&display=swap" rel="stylesheet">
  6.    <style>
  7.    body {
  8.        font-family: 'Nunito Sans';
  9.    }
  10.    img {
  11.        border-color: #545671;
  12.    }
  13.    </style>
  14. <title>GroovePages</title>
  15. </head>
  16. <body style="background-color: #191c3c">
  17. <div class="w-screen h-screen flex flex-col items-center justify-center hidden" id="inline404">
  18. <p class="text-white text-5xl text-center tracking-wide">
  19. We can not...
  20. </p>
  21. <h1 class="opacity-50 tracking-tight" style="font-size: 250px; font-weight: bold; color: #fd6481; line-height: 0.9em">404</h1>
  22. <p class="text-white text-4xl text-center mb-16 tracking-wide">
  23. ...find what you're looking for.
  24. </p>
  25. <p class="text-gray-500 text-1xl text-center mb-24">
  26. <span class="italic">"You're semi-evil. You're quasi-evil. You're the margarine of evil. You're the Diet Coke of evil. Just one calorie, not evil enough."</span>
  27. <br>
  28. - Austin Powers
  29. </p>
  30. <img src="https://assets.grooveapps.com/images/5daeb623b256c50e25993cc6/1629300543_groove-cm-logo-white.png" alt="GroovePages" class="max-w-xs border-b border-dashed pb-6 mb-6">
  31. <nav>
  32. <a href="https://groove.cm" target="_blank" class="uppercase tracking-wide font-medium text-white">Home</a> <span class="text-white">-</span>
  33. <a href="https://app.groove.cm/" target="_blank" class="uppercase tracking-wide font-medium text-white">Login</a> <span class="text-white">-</span>
  34. <a href="http://groovesupport.net" target="_blank" class="uppercase tracking-wide font-medium text-white">Support</a>
  35. </nav>
  36. </div>
  37. <script src="https://unpkg.com/axios/dist/axios.min.js"></script>
  38. <script>
  39. const fetch404 = () => {
  40. let domain = (new URL(window.location));
  41. domain = domain.hostname.replace('www.','');
  42. axios.get('https://v1.gdapis.com/api/groovedigital/domains/redirect-404-page/' + domain)
  43. .then(response => {
  44. const pageURL = response.data.url;
  45. if(pageURL)
  46. {
  47. location.href = pageURL;
  48. }
  49. else
  50. {
  51. document.getElementById("inline404").classList.toggle('hidden');
  52. }
  53. })
  54. .catch(error => console.error(error));
  55. };
  56. fetch404();
  57. </script>
  58. </body>
  59. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda