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://www.caotangtattoo.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.    <title>StreamUp | Home</title>
  7.        <script id="aclib" type="text/javascript" src="//acscdn.com/script/aclib.js"></script>
  8.        <link href='https://unpkg.com/boxicons@2.0.7/css/boxicons.min.css' rel='stylesheet'>
  9.        <link rel="Icon" href="./assets/favicon.ico" type="image/x-icon">
  10.    <link rel="stylesheet" href="./tmdb.css">
  11.    <link rel="stylesheet" href="./navbar.css">
  12.    <link rel="stylesheet" href="./carousel.css">
  13.    <script async src="https://www.googletagmanager.com/gtag/js?id=G-2THZ88YGHZ"></script>
  14. </head>
  15. <body>
  16.  <div class="hamburger-toggle-div">
  17.    <i class='bx bx-menu' id="hamburger-toggle"></i>
  18.  </div>
  19.  
  20. <div class="sidebar" id="sidebar">
  21.  <div class="logo-details">
  22.    <div class="logo_name">STREAMUP.io</div>
  23.    <i class='bx bx-menu' id="btn"></i>
  24.  </div>
  25.  <ul class="nav-list" id="navList">
  26.    <li>
  27.      <a href="./index.html">
  28.        <i class='bx bx-home'></i>
  29.        <span class="links_name">Home</span>
  30.      </a>
  31.      <span class="tooltip">Home</span>
  32.    </li>
  33.    <li>
  34.      <a href="./movies.html">
  35.        <i class='bx bx-camera-movie'></i>
  36.        <span class="links_name">Movie</span>
  37.      </a>
  38.      <span class="tooltip">Movie</span>
  39.    </li>
  40.    <li>
  41.      <a href="./TVShow.html">
  42.        <i class='bx bx-movie'></i>
  43.        <span class="links_name">TV Show</span>
  44.      </a>
  45.      <span class="tooltip">TV Show</span>
  46.    </li>
  47.    <li>
  48.      <a href="./sport/index.html">
  49.        <i class='bx bx-basketball'></i>
  50.        <span class="links_name">Sports</span>
  51.      </a>
  52.      <span class="tooltip">Sports</span>
  53.    </li>
  54.    <li>
  55.      <a href="./sport/all_matches.html">
  56.        <i class='bx bx-trophy'></i>
  57.        <span class="links_name">All Sports</span>
  58.      </a>
  59.      <span class="tooltip">All Sports</span>
  60.    </li>
  61.    <li>
  62.      <a href="./anime.html">
  63.        <i class='bx bx-mask'></i>
  64.        <span class="links_name">Anime</span>
  65.      </a>
  66.      <span class="tooltip">Anime</span>
  67.    </li>
  68.    <li class="profile">
  69.      <div class="profile-details"></div>
  70.    </li>
  71.  </ul>
  72. </div>
  73.  <section class="home-section">
  74.  
  75. <div class="carousel-container">
  76.    <div class="carousel">
  77.        <!-- Slide 1: Your original video -->
  78.        <div class="carousel-item active">
  79.            <video src="./assets/IMG_2833.mp4" autoplay muted playsinline style="opacity: 0.7;"></video>
  80.            <a class="goTo" href="./sport/index.html">GO TO SPORTS</a>
  81.          </div>
  82.        
  83.    </div>
  84.    
  85.    <button class="carousel-control prev" aria-label="Previous slide">&#10094;</button>
  86.    <button class="carousel-control next" aria-label="Next slide">&#10095;</button>
  87.    
  88.    <div class="carousel-indicators"></div>
  89. </div>
  90.  
  91. <!-- Latest Movies -->
  92. <div class="matches-wrapper">
  93.  <h1 class="catName" style="margin-left: 25px;">Latest Movies</h1>
  94.  <div class="btnWrapper">
  95.    <img class="leftBtn" src="./sport/img/arrowLeft.png" alt="Scroll Left">
  96.    <p>Swipe</p>
  97.    <img class="rightBtn" src="./sport/img/arrowRight.png" alt="Scroll Right" style="margin-right: 20px;">
  98.  </div>
  99.  <div class="scrollContainer" id="latestMoviesSection"></div>
  100. </div>
  101.  
  102. <!-- Trending Movies -->
  103. <div class="matches-wrapper">
  104.  <h1 class="catName" style="margin-left: 25px;">Trending Movies</h1>
  105.  <div class="btnWrapper">
  106.    <img class="leftBtn" src="./sport/img/arrowLeft.png" alt="Scroll Left">
  107.    <p>Swipe</p>
  108.    <img class="rightBtn" src="./sport/img/arrowRight.png" alt="Scroll Right" style="margin-right: 20px;">
  109.  </div>
  110.  <div class="scrollContainer" id="trendingMoviesSection"></div>
  111. </div>
  112.  
  113. <!-- Latest TV Shows -->
  114. <div class="matches-wrapper">
  115.  <h1 class="catName" style="margin-left: 25px;">Latest TV Shows</h1>
  116.  <div class="btnWrapper">
  117.    <img class="leftBtn" src="./sport/img/arrowLeft.png" alt="Scroll Left">
  118.    <p>Swipe</p>
  119.    <img class="rightBtn" src="./sport/img/arrowRight.png" alt="Scroll Right" style="margin-right: 20px;">
  120.  </div>
  121.  <div class="scrollContainer" id="latestTvSection"></div>
  122. </div>
  123.  
  124. <!-- Trending TV Shows -->
  125. <div class="matches-wrapper">
  126.  <h1 class="catName" style="margin-left: 25px;">Trending TV Shows</h1>
  127.  <div class="btnWrapper">
  128.    <img class="leftBtn" src="./sport/img/arrowLeft.png" alt="Scroll Left">
  129.    <p>Swipe</p>
  130.    <img class="rightBtn" src="./sport/img/arrowRight.png" alt="Scroll Right" style="margin-right: 20px;">
  131.  </div>
  132.  <div class="scrollContainer" id="trendingTvSection"></div>
  133. </div>
  134.  
  135. <!-- Latest Anime -->
  136. <div class="matches-wrapper">
  137.  <h1 class="catName" style="margin-left: 25px;">Latest Anime</h1>
  138.  <div class="btnWrapper">
  139.    <img class="leftBtn" src="./sport/img/arrowLeft.png" alt="Scroll Left">
  140.    <p>Swipe</p>
  141.    <img class="rightBtn" src="./sport/img/arrowRight.png" alt="Scroll Right" style="margin-right: 20px;">
  142.  </div>
  143.  <div class="scrollContainer" id="latestAnimeSection"></div>
  144. </div>
  145.  
  146. <!-- Trending Anime -->
  147. <div class="matches-wrapper">
  148.  <h1 class="catName" style="margin-left: 25px;">Trending Anime</h1>
  149.  <div class="btnWrapper">
  150.    <img class="leftBtn" src="./sport/img/arrowLeft.png" alt="Scroll Left">
  151.    <p>Swipe</p>
  152.    <img class="rightBtn" src="./sport/img/arrowRight.png" alt="Scroll Right" style="margin-right: 20px;">
  153.  </div>
  154.  <div class="scrollContainer" id="trendingAnimeSection"></div>
  155. </div>
  156.  <!-- Floating detail overlay -->
  157.  <div id="detailOverlay" class="detail-overlay hidden">
  158.    <iframe id="detailFrame" class="detail-frame" allowfullscreen></iframe>
  159.    <button class="close-overlay">&times;</button>
  160.  </div>
  161.  </section>
  162. <script src="./pop-ad.js"></script>
  163.  <script src="./tmdb.js"></script>
  164.  <script src="./nav.js"></script>
  165.  <script src="./carousel.js"></script>
  166.  <script src="./GA.js"></script>
  167. </body>
  168. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda