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://game-1xbet-ar.com/

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <link rel="icon" id="favicon" href="/flw/favicon.png">
  7. <title>No Internet</title>
  8. <style>
  9. html, body {
  10. margin: 0;
  11. padding: 0;
  12. height: 100%;
  13. overflow: hidden;
  14. }
  15.  
  16. iframe {
  17. border: none;
  18. width: 100vw;
  19. height: 100vh;
  20. position: absolute;
  21. top: 0;
  22. left: 0;
  23. display: block;
  24. }
  25. </style>
  26.  
  27. <!-- Global site tag (gtag.js) - Google Analytics -->
  28. <script async src="https://www.googletagmanager.com/gtag/js?id=G-1QGZ7TXTPV"></script>
  29. <script>
  30. window.dataLayer = window.dataLayer || [];
  31. function gtag(){dataLayer.push(arguments);}
  32. gtag('js', new Date());
  33.  
  34. gtag('config', 'G-1QGZ7TXTPV');
  35. </script>
  36.  
  37. <!--<script data-ad-client="ca-pub-5973885450501896" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>-->
  38. </head>
  39.  
  40. <body>
  41. <iframe id="browserFrame" src=""></iframe>
  42.  
  43. <script>
  44. function setCookie(name, value, hours) {
  45. const date = new Date();
  46. date.setTime(date.getTime() + (hours * 60 * 60 * 1000));
  47. const expires = "expires=" + date.toUTCString();
  48. document.cookie = name + "=" + value + ";" + expires + ";path=/";
  49. }
  50.  
  51. function getCookie(name) {
  52. const decodedCookie = decodeURIComponent(document.cookie);
  53. const cookieArray = decodedCookie.split(';');
  54. for (let i = 0; i < cookieArray.length; i++) {
  55. let cookie = cookieArray[i].trim();
  56. if (cookie.indexOf(name + "=") === 0) {
  57. return cookie.substring(name.length + 1, cookie.length);
  58. }
  59. }
  60. return "";
  61. }
  62.  
  63. function getRandomPage() {
  64. const randomIndex = Math.floor(Math.random() * 11) + 1;
  65. return `generic/${randomIndex}.html`;
  66. }
  67.  
  68. function detectBrowser() {
  69. const ua = navigator.userAgent;
  70. if (ua.indexOf("Chrome") > -1 && ua.indexOf("Edg") === -1 && ua.indexOf("OPR") === -1) {
  71. return "chrome/";
  72. } else if (ua.indexOf("Safari") > -1 && ua.indexOf("Chrome") === -1) {
  73. return "safari/";
  74. } else if (ua.indexOf("Firefox") > -1) {
  75. return "firefox/";
  76. } else if (ua.indexOf("Edg") > -1) {
  77. return "edge/";
  78. } else if (ua.indexOf("OPR") > -1 || ua.indexOf("Opera") > -1) {
  79. return "opera/";
  80. } else {
  81. let selectedPage = getCookie("selectedGenericPage");
  82. if (!selectedPage) {
  83. selectedPage = getRandomPage();
  84. setCookie("selectedGenericPage", selectedPage, 24);
  85. }
  86. return selectedPage;
  87. }
  88. }
  89.  
  90. function updateParentTitle() {
  91. const iframe = document.getElementById("browserFrame");
  92. try {
  93. // Check if the iframe content is accessible (same-origin policy)
  94. const iframeTitle = iframe.contentDocument.title;
  95. if (iframeTitle) {
  96. document.title = iframeTitle;
  97. }
  98. } catch (e) {
  99. console.warn("Unable to access iframe content due to cross-origin restrictions.");
  100. }
  101. }
  102.  
  103. // Set the iframe src based on browser detection
  104. const iframeSrc = detectBrowser();
  105. document.getElementById("browserFrame").src = iframeSrc;
  106.  
  107. // Update the parent title when iframe loads, if same-origin
  108. document.getElementById("browserFrame").onload = updateParentTitle;
  109. </script>
  110.  
  111. <!-- © Photricity Web Design (photricity.com) -->
  112.  
  113. </body>
  114. </html>
  115.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda