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

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.  <meta charset="UTF-8" />
  5.  <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6.  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7.  <title>WithoutShort: Your Gateway to Diverse and Timely News</title>
  8. <meta name="description" content="Discover a diverse world of news on Without Short - your source for up-to-the-minute updates from various sources. Navigate effortlessly through different categories and utilize our powerful search function to find the latest information. Stay informed, effortlessly, all in one place.">
  9. <link rel="canonical" href="https://withoutshort.com/" />
  10.  
  11.  <!--font awesome-->
  12.  <link
  13.    rel="stylesheet"
  14.    href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
  15.    integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
  16.    crossorigin="anonymous"
  17.    referrerpolicy="no-referrer"
  18.  />
  19.  
  20.  <!--Google font-->
  21.  <link rel="preconnect" href="https://fonts.googleapis.com" />
  22.  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
  23.  <link
  24.    href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap"
  25.    rel="stylesheet"
  26.  />
  27.  
  28.  <!---css style-->
  29.  <link rel="stylesheet" href="./style.css" />
  30.  <!-- Google tag (gtag.js) -->
  31. <script async src="https://www.googletagmanager.com/gtag/js?id=G-3EMRX6LP7P"></script>
  32. <script>
  33.  window.dataLayer = window.dataLayer || [];
  34.  function gtag(){dataLayer.push(arguments);}
  35.  gtag('js', new Date());
  36.  
  37.  gtag('config', 'G-3EMRX6LP7P');
  38. </script>
  39. </head>
  40. <body>
  41.  <header>
  42.    <img src="./logo.png" width="120px" />
  43.  
  44.    <div class="inputSearch desktop">
  45.      <form id="searchForm">
  46.        <input type="text" placeholder="Type to search..." id="searchInput" />
  47.        <span> <i class="fa-solid fa-search"></i></span>
  48.      </form>
  49.    </div>
  50.    <nav class="desktop">
  51.      <ul>
  52.        <li onclick="Search('health')">Health</li>
  53.        <li onclick="Search('tech')">Tech</li>
  54.        <li onclick="Search('food')">Food</li>
  55.        <li onclick="Search('movies')">Movies</li>
  56.        <li onclick="Search('business')">Business</li>
  57.      </ul>
  58.    </nav>
  59.  
  60. <div class="menuBtn" onclick="toggleMobileMenu()">
  61.  <i class="fa-solid fa-bars"></i>
  62. </div>
  63.  
  64.    <!-- Rullgardin för mobila enheter -->
  65.    <div class="mobileMenu hidden">
  66.      <nav>
  67.        <ul>
  68.          <li onclick="Search('health')">Health</li>
  69.          <li onclick="Search('tech')">Tech</li>
  70.          <li onclick="Search('food')">Food</li>
  71.          <li onclick="Search('movies')">Movies</li>
  72.          <li onclick="Search('business')">Business</li>
  73.        </ul>
  74.      </nav>
  75.      <form id="searchFormMobile">
  76.        <div class="inputSearch">
  77.          <input type="text" placeholder="Type to search..." id="searchInputMobile" />
  78.          <span> <i class="fa-solid fa-search"></i></span>
  79.        </div>
  80.      </form>
  81.    </div>
  82.  </header>
  83.  
  84.  <!-- main  -->
  85.  
  86.  <main></main>
  87.  
  88.  <script src="script.js"></script>
  89. </body>
  90. </html>
  91.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda