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

  1.  
  2.    <!DOCTYPE html>
  3.    <html>
  4.      <head>
  5.        <meta name="viewport" content="width=device-width, initial-scale=1">
  6.        <link rel="shortcut icon" href="#">
  7.        <link rel="preconnect" href="https://fonts.googleapis.com">
  8.        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
  9.        <link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&amp;family=Fira+Code:wght@300;400;500;600;700&amp;display=swap" rel="stylesheet">
  10.        <link rel="preload" as="style" href="https://learnyst.s3.ap-southeast-1.amazonaws.com/websites/default/theme_config/light_theme.css">
  11.        <link rel="preload" as="style" href="https://learnyst.s3.ap-southeast-1.amazonaws.com/websites/0/theme_config/light_theme.css">
  12.        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@shoelace-style/shoelace@2.17.0/cdn/themes/light.css">
  13.        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@shoelace-style/shoelace@2.17.0/cdn/themes/dark.css">
  14.        <link rel="stylesheet" href="https://learnyst.s3.ap-southeast-1.amazonaws.com/websites/default/theme_config/light_theme.css">
  15.        <link rel="stylesheet" href="https://learnyst.s3.ap-southeast-1.amazonaws.com/websites/default/theme_config/dark_theme.css">
  16.        <link rel="stylesheet" href="https://learnyst.s3.ap-southeast-1.amazonaws.com/websites/0/theme_config/light_theme.css">
  17.        <link rel="stylesheet" href="https://learnyst.s3.ap-southeast-1.amazonaws.com/websites/0/theme_config/dark_theme.css">
  18.        <script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
  19.        <script>
  20.          const theme = window.localStorage.getItem("theme-color-mode") || "light";
  21.          if (!document.querySelector(".sl-theme-light") || !document.querySelector(".sl-theme-dark")) {
  22.            document.documentElement.classList.add(theme);
  23.          }
  24.          if (document.querySelector(".sl-theme-light") && theme !== "light") {
  25.            document.documentElement.classList.replace("sl-theme-light", "sl-theme-dark");
  26.          } else if (document.querySelector(".sl-theme-dark") && theme !== "dark") {
  27.            document.documentElement.classList.add("sl-theme-dark", "sl-theme-light");
  28.          }
  29.        </script>
  30.      </head>
  31.      <body style="height:100vh;">
  32.        <bodhi-navbar
  33.          is-search-enabled=""
  34.          custom-styles="display: block; margin-left: auto; margin-right: auto; background-color: var(--lyst-background-basic-color-2);">
  35.        </bodhi-navbar>
  36.  
  37.        <div class="w-full h-full flex flex-col gap-4 items-center">
  38.          <div>
  39.            <img src="https://lyst-lib.s3.ap-south-1.amazonaws.com/illustrations_web4/No-data-rafiki.svg" alt="Empty" class="w-[250px] h-[250px]" />
  40.          </div>
  41.          <div>
  42.            <h1 class="font-medium" style="margin-top: 0px; margin-bottom: 0px; color: var(--lyst-text-basic-color);">
  43.              School is not found
  44.            </h1>
  45.          </div>
  46.          <div class="flex justify-between w-full py-2 gap-3 justify-center">
  47.            <div class="flex flex-row gap-4">
  48.              <sl-button id='goBackErrButton' outline="" variant="secondary" data-optional="" data-valid="">
  49.                Go Back
  50.              </sl-button>
  51.              <sl-button  id='exploreErrButton' variant="primary" size="medium" class="flex-auto" data-optional="" data-valid="">
  52.                Explore
  53.              </sl-button>
  54.            </div>
  55.          </div>
  56.          <div>
  57.            <span class="text-caption-2 flex items-center text-basic-color-2 font-normal mt-1 line-clamp-1" slot="subtitle">
  58.              Error Code: 404
  59.            </span>
  60.          </div>
  61.        </div>
  62.        <script>
  63.          const goBackErrButton = document.getElementById('goBackErrButton');
  64.          const exploreErrButton = document.getElementById('exploreErrButton');
  65.          goBackErrButton.addEventListener('click', () => {
  66.            window.history.back();
  67.          });
  68.          exploreErrButton.addEventListener('click', () => {
  69.            const fullUrl = window.location.href;
  70.            const url = new URL(fullUrl);
  71.            const pathnameParts = url.pathname.split('/').filter(Boolean);
  72.            const baseUrl = url.origin + "/" +pathnameParts[0];
  73.            window.location.href = baseUrl;
  74.          });
  75.        </script>
  76.  
  77.        <script id="bodhiLoaderScriptWrapper">
  78.          const bodhiLoaderScript = document.createElement('script');
  79.          bodhiLoaderScript.id = "bodhiLoaderScript";
  80.          bodhiLoaderScript.src = "https://bodhi-res-cdn.learnyst.com/bodhi-loader/bodhiLoader.js";
  81.          bodhiLoaderScript.type = "module";
  82.          bodhiLoaderScript.async = true;
  83.          bodhiLoaderScript.setAttribute("data-project", 'Bodhi');
  84.          document.head.appendChild(bodhiLoaderScript);
  85.        </script>
  86.      </body>
  87.    </html>
  88.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda