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://3d-pechat-v-ekaterinburge.store/post/5000remarkable-website-hp-will-help-you-get-there

  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5.    <meta charset="UTF-8">
  6.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7.    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8.    <link rel="preconnect" href="https://fonts.googleapis.com">
  9.    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  10.    <link href="https://fonts.googleapis.com/css2?family=Smooch+Sans:wght@600&display=swap" rel="stylesheet">
  11.    <link rel="stylesheet" href="https://3d-pechat-v-ekaterinburge.store//styles/bootstrap.min.css">
  12.    <link rel="stylesheet" href="https://3d-pechat-v-ekaterinburge.store//styles/style.css">
  13.    <link rel="icon" type="image/x-icon" href="/assets/insert/icon.png">
  14.    <title>
  15. Warning: Undefined array key 0 in /home/raja/public_html/3d-pechat-v-ekaterinburge.store/post.php on line 37
  16.  
  17. Warning: Attempt to read property "title" on null in /home/raja/public_html/3d-pechat-v-ekaterinburge.store/post.php on line 37
  18. </title>
  19. </head>
  20.  
  21. <body>
  22.    <!-- Edit this nav to change the look of the navbar -->
  23. <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
  24. <nav class="navbar d-flex flex-column align-items-center justify-content-between shadow" style="width: 100%;">
  25.    <div class="d-flex align-items-center justify-content-between" style="width:100%">
  26.        <a href="https://3d-pechat-v-ekaterinburge.store/">
  27.            <h2 class="navBrand text-light">DoingSEO</h2>
  28.        </a>
  29.        <div id="profile-nav">
  30.            <i class="fa fa-user fa-solid fa-lg" style="color:white;"></i>
  31.            <i class="fa fa-caret-down fa-solid fa-lg" style="color:white;"></i>
  32.        </div>
  33.    </div>
  34.    <!---->
  35.    <div class="d-flex  align-items-center justify-content-between nav-menu-cat">
  36.        <span class="nav-links px-1"><a href="https://3d-pechat-v-ekaterinburge.store/" class="text-light">
  37.                Home
  38.            </a></span>
  39.        <span class="nav-links px-1">
  40.            <a href="https://3d-pechat-v-ekaterinburge.store/category/news" class="text-light">News</a>
  41.        </span>
  42.        <span class="nav-links px-1">
  43.            <a href="https://3d-pechat-v-ekaterinburge.store/category/guide" class="text-light">Guide</a>
  44.        </span>
  45.        <span class="nav-links px-1">
  46.            <a href="https://3d-pechat-v-ekaterinburge.store/category/best" class="text-light">Best</a>
  47.        </span>
  48.        <span class="nav-links px-1">
  49.            <a href="https://3d-pechat-v-ekaterinburge.store/category/reviews" class="text-light">Reviews</a>
  50.        </span>
  51.        <span class="nav-links px-1">
  52.            <a href="https://3d-pechat-v-ekaterinburge.store/category/how-to" class="text-light">How To</a>
  53.        </span>
  54.    </div>
  55.    <div class="extra-menu d-flex align-items-center justify-content-around mt-2">
  56.            </div>
  57.    </nav>
  58. <div class="profile-menu bg-light shadow">
  59.            <a href="https://3d-pechat-v-ekaterinburge.store/login">Login</a>
  60.        <a href="https://3d-pechat-v-ekaterinburge.store/signup">Sign Up</a>
  61.    </div>
  62. <style>
  63.    nav {
  64.        position: relative;
  65.        z-index: 5;
  66.    }
  67.  
  68.    .nav-menu-cat {
  69.        min-width: 100%;
  70.    }
  71.  
  72.    .extra-menu {
  73.        min-width: 100%;
  74.    }
  75.  
  76.    @media screen and (min-width: 700px) {
  77.        .nav-menu-cat {
  78.            min-width: 70%;
  79.        }
  80.  
  81.        .extra-menu {
  82.            min-width: 60%;
  83.        }
  84.    }
  85.  
  86.    .profile-menu {
  87.        width: 8rem;
  88.        height: fit-content;
  89.        padding: 10px;
  90.        display: flex;
  91.        flex-direction: column;
  92.        align-items: start;
  93.        justify-content: space-around;
  94.        position: absolute;
  95.        right: 1rem;
  96.        top: 1.5rem;
  97.        z-index: 7;
  98.        display: none;
  99.        transition: 0.5s;
  100.    }
  101.  
  102.    .profile-menu a {
  103.        color: purple;
  104.        font-weight: bold;
  105.    }
  106.  
  107.    #profile-nav {
  108.        cursor: pointer;
  109.    }
  110. </style>
  111. <script>
  112.    let categoryNavState = false;
  113.    document.querySelector("#profile-nav").addEventListener("click", () => {
  114.        if (categoryNavState == false) {
  115.            categoryNavState = true;
  116.            document.querySelector(".profile-menu").style.display = "flex"
  117.            document.querySelector(".profile-menu").style.transform = "translateY(1.5rem)"
  118.        } else {
  119.            categoryNavState = false;
  120.            document.querySelector(".profile-menu").style.display = "none"
  121.            document.querySelector(".profile-menu").style.transform = ""
  122.  
  123.        }
  124.    })
  125. </script>
  126. <!-- Navbar ends here -->    <!--  -->
  127.    <h2 class="my-4" style="text-align:center;">
  128. Warning: Undefined array key 0 in /home/raja/public_html/3d-pechat-v-ekaterinburge.store/post.php on line 46
  129.  
  130. Warning: Attempt to read property "title" on null in /home/raja/public_html/3d-pechat-v-ekaterinburge.store/post.php on line 46
  131. </h2>
  132.    <div class="container">
  133.        <!--  -->
  134.        
  135. Warning: Undefined array key 0 in /home/raja/public_html/3d-pechat-v-ekaterinburge.store/post.php on line 50
  136.  
  137. Warning: Attempt to read property "featured_image" on null in /home/raja/public_html/3d-pechat-v-ekaterinburge.store/post.php on line 50
  138.    </div>
  139.    <div class="container bg-light py-5">
  140.        <div>
  141.            <p class="text-dark">
  142.                
  143. Warning: Undefined array key 0 in /home/raja/public_html/3d-pechat-v-ekaterinburge.store/post.php on line 62
  144.  
  145. Warning: Attempt to read property "content" on null in /home/raja/public_html/3d-pechat-v-ekaterinburge.store/post.php on line 62
  146.            </p>
  147.        </div>
  148.        <hr>
  149.        <p class="text-dark"><strong>Posted on
  150. Warning: Undefined array key 0 in /home/raja/public_html/3d-pechat-v-ekaterinburge.store/post.php on line 68
  151.  
  152. Warning: Attempt to read property "timestamp" on null in /home/raja/public_html/3d-pechat-v-ekaterinburge.store/post.php on line 68
  153. </strong></p>
  154.            </div>
  155.    <!--  -->
  156.    <!--  -->
  157.    <!--  -->
  158.    <div class="jumbotron">
  159.        <form action="../add_comment.php" method="POST">
  160.            <label for="name">Name</label>
  161.            <input type="text" class="form-control" name="name" id="">
  162.            <input type="hidden" name="id" value="5000remarkable-website-hp-will-help-you-get-there">
  163.            <label for="comment">Insert a comment</label>
  164.            <input type="text" class="form-control" name="comment" id="">
  165.            <!--  -->
  166.            <button class="btn btn-lg btn-primary my-2">Submit</button>
  167.        </form>
  168.        <div id="comments" class="jumbotron">
  169.            <h3 class="my-3">Comments</h3>
  170.            <!---->
  171.            <div></div>
  172.        </div>
  173.    </div>
  174.     <!--  -->
  175. <footer class="footer p-4 text-light" style="width: 100%; height:10vh; text-align:center;">
  176.     &copy; <span>digitalkandhkot.com 2024</span>
  177. </footer></body>
  178. <script src="../styles/bootstrap-4.5.2-dist/js/bootstrap.min.js"></script>
  179.  
  180. </html>
  181. <style>
  182.    #comments>div {
  183.        height: 60vh;
  184.        overflow: scroll;
  185.    }
  186. </style>
  187. <script>
  188.    let start = 1,
  189.        limit = 5;
  190.    async function loadComments(sta, lim) {
  191.        document.querySelector("#comments>div").style.overflow = "hidden";
  192.        let comments = await fetch(`https://3d-pechat-v-ekaterinburge.store/includes/loadcomments.php/?id=
  193. Warning: Undefined array key 0 in /home/raja/public_html/3d-pechat-v-ekaterinburge.store/post.php on line 115
  194.  
  195. Warning: Trying to access array offset on value of type null in /home/raja/public_html/3d-pechat-v-ekaterinburge.store/post.php on line 115
  196. &limit=${lim}&start=${sta}`)
  197.        comments = await comments.json();
  198.        console.log(comments);
  199.        //
  200.        comments.forEach((e) => {
  201.            document.querySelector("#comments>div").innerHTML += `<div>
  202.    <h4>${e[3]}</h4>
  203.    <p>${e[4]}</p>
  204. </div>`
  205.        })
  206.        start = start + 5;
  207.        // limit = limit+5;
  208.        document.querySelector("#comments>div").style.overflow = "scroll";
  209.    }
  210.    //
  211.    window.addEventListener("load", async () => {
  212.        loadComments(start, limit);
  213.    })
  214.    document.querySelector("#comments>div").addEventListener("scroll", (e) => {
  215.        // console.log(e.target.scrollTop >= e.target.scrollHeight*0.7)
  216.        // console.log(e.target.scrollTop, e.target.scrollHeight*0.7)
  217.        if (e.target.scrollTop >= e.target.scrollHeight * 0.7) {
  218.            console.log("loading more")
  219.            loadComments(start, limit);
  220.        }
  221.    })
  222. </script>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda