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://taigamesunwin.vin

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.  <script type="module">
  5. import RefreshRuntime from "/@react-refresh"
  6. RefreshRuntime.injectIntoGlobalHook(window)
  7. window.$RefreshReg$ = () => {}
  8. window.$RefreshSig$ = () => (type) => type
  9. window.__vite_plugin_react_preamble_installed__ = true
  10. </script>
  11.  
  12.  <script type="module" src="/@vite/client"></script>
  13.  
  14.  <meta charset="UTF-8">
  15.  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  16.  <title>HOAX.COM: unravelling the truth from fiction, past to present...</title>
  17.  <link rel="stylesheet" href="/src/index.css">
  18.  <link rel="stylesheet" href="/src/App.css">
  19.  <link rel="stylesheet" href="/styles.css">
  20.  
  21.  <!-- Google tag (gtag.js) -->
  22.  <script async src="https://www.googletagmanager.com/gtag/js?id=G-1N8GS67V7D"></script>
  23.  <script src="/scripts.js"></script>
  24.  
  25.  <!-- Additional tracking script -->
  26.  <script defer data-domain="hoax.com" src="https://stats.computer.com/js/script.js"></script>
  27.  <script src="https://accounts.google.com/gsi/client" async defer></script>
  28. </head>
  29. <body>
  30.  <div class="title">HOAX.COM</div>
  31.  <div class="links">
  32.    <span class="link" id="aboutUsTrigger">About Us</span> |
  33.    <span class="link" id="contactUsTrigger">Contact Us</span>
  34.  </div>
  35.  <div class="container">
  36.    <div id="root"></div> <!-- React will render components here -->
  37.    <div class="auth-area">
  38.      <div id="g_id_onload"
  39.           data-client_id="811062921185-4uckk7qqcjruscuti9uc4n5u6paalmh6.apps.googleusercontent.com"
  40.           data-context="signin"
  41.           data-ux_mode="popup"
  42.           data-callback="handleCredentialResponse"
  43.           data-auto_prompt="false">
  44.      </div>
  45.      <div class="g_id_signin"
  46.           data-type="icon"
  47.           data-size="large"
  48.           data-theme="outline"
  49.           data-text="sign_in_with"
  50.           data-shape="circle"
  51.           data-logo_alignment="left">
  52.      </div>
  53.      <div id="userInfo" class="profile-info" style="display: none;">
  54.        <img id="profileImage" src="" alt="Profile Picture" width="40" height="40">
  55.        <span id="profileName"></span>
  56.        <div class="dropdown-menu" id="dropdownMenu">
  57.          <a href="#" id="logoutLink">Logout</a>
  58.          <a href="#" id="switchUserLink">Switch User</a>
  59.        </div>
  60.      </div>
  61.    </div>
  62.  </div>
  63.  
  64.  <!-- Placeholder for About Us Modal -->
  65.  <div id="aboutUsModalContainer"></div>
  66.  <!-- Placeholder for Contact Us Modal -->
  67.  <div id="contactUsModalContainer"></div>
  68.  
  69.  <script src="/scripts.js"></script>
  70.  <script type="module" src="/src/main.jsx"></script>
  71.  
  72.  <script>
  73.    // Fetch and log public keys
  74.    async function fetchPublicKeys() {
  75.      try {
  76.        const response = await fetch('https://www.googleapis.com/oauth2/v3/certs'); // Correct path to Google public keys
  77.        const publicKeys = await response.json();
  78.        console.log('Public Keys:', publicKeys);
  79.      } catch (error) {
  80.        console.error('Error fetching public keys:', error);
  81.      }
  82.    }
  83.  
  84.    // Call the function to fetch public keys
  85.    fetchPublicKeys();
  86.  </script>
  87. </body>
  88. </html>
  89.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda