Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - ivnpl.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Mon, 12 May 2025 17:10:43 GMT
Server: Apache
Location: https://www.ivnpl.com/
Content-Length: 230
Content-Type: text/html; charset=iso-8859-1

HTTP Code 301 Moved Permanently

http status code 301 means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://ivnpl.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Mon, 12 May 2025 17:10:44 GMT
Server: Apache
X-Powered-By: PHP/7.4.33
Upgrade: h2,h2c
Connection: Upgrade
Vary: Accept-Encoding,User-Agent
Content-Length: 26913
Content-Type: text/html; charset=UTF-8

HTTP Code 200 OK

http status code 200 is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: ivnpl.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="en">
<head>
     <meta charset="utf-8">
    <title>Infinite Ventures</title>
    <meta content="width=device-width, initial-scale=1.0" name="viewport">
    <meta content="" name="keywords">
    <meta content="" name="description">
    <link rel="icon" type="image/png" href="assets/img/favicon.png">

    <!-- Google Web Fonts -->
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap" rel="stylesheet">

    <!-- Icon Font Stylesheet -->
    <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
    <link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" rel="stylesheet">

    <!-- Libraries Stylesheet -->
    <link href="assets/lib/animate/animate.min.css" rel="stylesheet">
    <link href="assets/lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
    <link href="assets/lib/lightbox/css/lightbox.min.css" rel="stylesheet">

    <!-- Customized Bootstrap Stylesheet -->
    <link href="assets/css/bootstrap.min.css" rel="stylesheet">

    <!-- Template Stylesheet -->
    <link href="assets/css/style.css" rel="stylesheet">    <meta name="viewport" content="width=device-width, initial-scale=1">
    <style>
        .whatsapp-float {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #25D366;
            color: white;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s ease-in-out;
        }

        .whatsapp-float:hover {
            transform: scale(1.1);
        }

        .whatsapp-float i {
            font-size: 30px;
        }

        /* Carousel images */
        .carousel-item img {
            height: auto;
            max-height: 500px; /* Adjust height as needed */
            width: 100%; /* Make images responsive */
            object-fit: cover;
        }

        /* Media Queries for smaller devices */
        @media (max-width: 768px) {
            .carousel-item img {
                max-height: 300px; 
            }
            .fact-item {
                padding: 2.5rem;
            }
            .img-border img {
                height: auto;
                max-height: 200px;
            }
        }
    </style>
</head>

<body>
     
 
 <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
 
 <!-- Spinner Start -->
   <div id="spinner" class="show bg-white position-fixed translate-middle w-100 vh-100 top-50 start-50 d-flex align-items-center justify-content-center">
        <div class="spinner-border position-relative text-primary" style="width: 6rem; height: 6rem;" role="status"></div>
        <i class="fa fa-laptop-code fa-2x text-primary position-absolute top-50 start-50 translate-middle"></i>
    </div>
    <!-- Spinner End -->


    <!-- Topbar Start -->
    <!-- <div class="container-fluid bg-light px-0 wow fadeIn" data-wow-delay="0.1s">
        <div class="row gx-0 align-items-center d-none d-lg-flex">
            <div class="col-lg-6 px-5 text-start">
                <ol class="breadcrumb mb-0">
                    <li class="breadcrumb-item"><a class="small text-secondary" href="#">Home</a></li>
                    <li class="breadcrumb-item"><a class="small text-secondary" href="#">Career</a></li>
                    <li class="breadcrumb-item"><a class="small text-secondary" href="#">Terms</a></li>
                    <li class="breadcrumb-item"><a class="small text-secondary" href="#">Privacy</a></li>
                </ol>
            </div>
            <div class="col-lg-6 px-5 text-end">
                <small>Follow us:</small>
                <div class="h-100 d-inline-flex align-items-center">
                    <a class="btn-square text-primary border-end rounded-0" href=""><i class="fab fa-facebook-f"></i></a>
                    <a class="btn-square text-primary border-end rounded-0" href=""><i class="fab fa-twitter"></i></a>
                    <a class="btn-square text-primary border-end rounded-0" href=""><i class="fab fa-linkedin-in"></i></a>
                    <a class="btn-square text-primary pe-0" href=""><i class="fab fa-instagram"></i></a>
                </div>
            </div>
        </div>
    </div> -->
    <!-- Topbar End -->


    <!-- Brand & Contact Start -->
    <div class="container-fluid py-4 px-5 wow fadeIn d-none d-lg-inline-block" data-wow-delay="0.1s">
        <div class="row align-items-center top-bar">
            <div class="col-lg-4 col-md-12 text-center text-lg-start ">
                <a href="" class="navbar-brand m-0 p-0">
                    <!-- <h1 class="fw-bold text-primary m-0">
                        <i class="fa fa-laptop-code me-3"></i>DGcom</h1> -->
                    <!-- <img src="img/logo.png" alt="Logo"> -->
                    <img src="assets/images/final.jpeg" alt="sabres" class="img-fluid" style="height: 95px;">
                </a>
            </div>
            <div class="col-lg-8 col-md-7">
    <div class="row gy-3">
        <div class="col-lg-4 col-md-6 col-12">
            <div class="d-flex align-items-center  justify-content-center">
                <div class="flex-shrink-0 btn-lg-square border rounded-circle">
                    <i class="far fa-clock text-primary"></i>
                </div>
                <div class="ps-3 text-center text-md-start">
                    <p class="mb-2">Opening Hour</p>
                    <h6 class="mb-0">Mon - Sat, 10:00 AM - 6:00 PM</h6>
                </div>
            </div>
        </div>
        <div class="col-lg-4 col-md-6 col-12">
            <div class="d-flex align-items-center justify-content-center">
                <div class="flex-shrink-0 btn-lg-square border rounded-circle">
                    <i class="fa fa-phone text-primary"></i>
                </div>
                <div class="ps-3 text-center text-md-start">
                    <p class="mb-2">Call Us</p>
                    <a href="tel:+918527005923">+91-8527005923</a>
                </div>
            </div>
        </div>
        <div class="col-lg-4 col-md-6 col-12">
            <div class="d-flex align-items-center justify-content-center">
                <div class="flex-shrink-0 btn-lg-square border rounded-circle">
                    <i class="far fa-envelope text-primary"></i>
                </div>
                <div class="ps-3 text-center text-md-start">
                    <p class="mb-2">Email Us</p>
                     <a href="mailto:[email protected]">[email protected]</a>
                </div>
            </div>
        </div>
    </div>
</div>


        </div>
    </div>
    <!-- Brand & Contact End -->


    <!-- Navbar Start -->
    <nav class="navbar navbar-expand-lg navbar-dark  wow fadeIn" data-wow-delay="0.1s">
        <a href="#" class="navbar-brand ms-3 d-lg-none"> <img src="assets/images/final3.png" alt="sabres" width="400px"></a>
        <!-- <button type="button" class="navbar-toggler me-3" data-bs-toggle="collapse" data-bs-target="#navbarCollapse">
            <span class="navbar-toggler-icon" style="background-color: grey;"></span>
        </button> -->
        <button type="button" class="custom-toggler navbar-toggler me-3" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse"  aria-expanded="false" aria-label="Toggle navigation">
    <span class="custom-toggler-icon"></span>
  </button>
  

        <div class="collapse navbar-collapse" id="navbarCollapse">
            <div class="navbar-nav me-auto p-3 p-lg-0">
                <a href="index.php" class="nav-item nav-link">Home</a>
                <a href="about.php" class="nav-item nav-link">About Us</a>
                <a href="association.php" class="nav-item nav-link">Associations</a>
                <!-- <a href="project.php" class="nav-item nav-link">Ventures</a> -->
                <div class="nav-item dropdown">
                    <a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown">Ventures</a>
                    <div class="dropdown-menu border-0 rounded-0 rounded-bottom m-0">
                     <a href="404.php" class="dropdown-item">Real Estate</a>
                        <a href="" class="dropdown-item">Security Solutions</a>
                        <a href="" class="dropdown-item">Aviation Training</a>
                        <a href="" class="dropdown-item">Global IT Services</a>
                        <a href="" class="dropdown-item">Gyanoday Play School</a>
                        <a href="" class="dropdown-item">Global Manpower Outsourcing</a>
                        <a href="" class="dropdown-item">Smart Metering Solution</a>
                        <a href="" class="dropdown-item">Civil, Infra & Road Contracts</a>
                        <a href="" class="dropdown-item">Legal & Accounting (Filing Solution)</a>
                        <a href="" class="dropdown-item">ZED Audit, Railway Audit & Jal Jeevan Mission Audit</a>
                    </div>
                </div>
                <a href="contact.php" class="nav-item nav-link">Contact Us</a>
            </div>
            <!-- <a href="contact.php" class="btn btn-sm btn-light rounded-pill py-2 px-4 d-none d-lg-block">Contact Us</a> -->
        </div>
    </nav>
    <!-- Navbar End -->

    <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
    <!-- Carousel Start -->
    <!-- <div class="container-fluid p-0 mb-5 wow fadeIn" data-wow-delay="0.1s">
        <div id="header-carousel" class="carousel slide" data-bs-ride="carousel"> -->
            <!-- <div class="carousel-indicators">
                <button type="button" data-bs-target="#header-carousel" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
                <button type="button" data-bs-target="#header-carousel" data-bs-slide-to="1" aria-label="Slide 2"></button>
                <button type="button" data-bs-target="#header-carousel" data-bs-slide-to="2" aria-label="Slide 3"></button>
            </div> -->
            <!-- <div class="carousel-inner">
                <div class="carousel-item active">
                    <img class="d-block" src="assets/sliderimg/aviation.jpeg" alt="Slide 1">
                </div>
                <div class="carousel-item">
                    <img class="d-block" src="assets/sliderimg/civil.jpeg" alt="Slide 2">
                </div>
                <div class="carousel-item">
                    <img class="d-block w-100" src="assets/sliderimg/it.jpeg" alt="Slide 3">
                </div>
                <div class="carousel-item active">
                    <img class="d-block" src="assets/sliderimg/gyanodhya.jpeg" alt="Slide 1">
                </div>
                <div class="carousel-item">
                    <img class="d-block" src="assets/sliderimg/civil.jpeg" alt="Slide 2">
                </div>
                <div class="carousel-item">
                    <img class="d-block w-100" src="assets/sliderimg/legal.jpeg" alt="Slide 3">
                </div>
                <div class="carousel-item active">
                    <img class="d-block" src="assets/sliderimg/realestate.jpeg" alt="Slide 1">
                </div>
                <div class="carousel-item">
                    <img class="d-block" src="assets/sliderimg/security.jpeg" alt="Slide 2">
                </div>
                <div class="carousel-item">
                    <img class="d-block w-100" src="assets/sliderimg/manpower.jpeg" alt="Slide 3">
                </div>
                <div class="carousel-item">
                    <img class="d-block w-100" src="assets/sliderimg/smart.jpeg" alt="Slide 3">
                </div>
                <div class="carousel-item">
                    <img class="d-block w-100" src="assets/sliderimg/zed.jpeg" alt="Slide 3">
                </div>
            </div>
            <button class="carousel-control-prev" type="button" data-bs-target="#header-carousel" data-bs-slide="prev">
                <span class="carousel-control-prev-icon" aria-hidden="true"></span>
                <span class="visually-hidden">Previous</span>
            </button>
            <button class="carousel-control-next" type="button" data-bs-target="#header-carousel" data-bs-slide="next">
                <span class="carousel-control-next-icon" aria-hidden="true"></span>
                <span class="visually-hidden">Next</span>
            </button>
        </div>
    </div> -->
    <!-- Bootstrap Carousel -->
<div id="carouselExample" class="carousel slide " data-bs-ride="carousel"  style="margin-top: -8px;">
    <div class="carousel-inner">
        <div class="carousel-item active">
            <img class="d-block w-100" src="assets/sliderimg/aviation.jpeg" alt="Slide 1">
        </div>
        <div class="carousel-item">
            <img class="d-block w-100" src="assets/sliderimg/civil.jpeg" alt="Slide 2">
        </div>
        <div class="carousel-item">
            <img class="d-block w-100" src="assets/sliderimg/it.jpeg" alt="Slide 3">
        </div>
        <div class="carousel-item">
            <img class="d-block w-100" src="assets/sliderimg/gyanodhya.jpeg" alt="Slide 4">
        </div>
        <div class="carousel-item">
            <img class="d-block w-100" src="assets/sliderimg/legal.jpeg" alt="Slide 5">
        </div>
        <div class="carousel-item">
            <img class="d-block w-100" src="assets/sliderimg/realestate.jpeg" alt="Slide 6">
        </div>
        <div class="carousel-item">
            <img class="d-block w-100" src="assets/sliderimg/security.jpeg" alt="Slide 7">
        </div>
        <div class="carousel-item">
            <img class="d-block w-100" src="assets/sliderimg/manpower.jpeg" alt="Slide 8">
        </div>
        <div class="carousel-item">
            <img class="d-block w-100" src="assets/sliderimg/smart.jpeg" alt="Slide 9">
        </div>
        <div class="carousel-item">
            <img class="d-block w-100" src="assets/sliderimg/zed.jpeg" alt="Slide 10">
        </div>
    </div>

    <!-- Previous Button -->
    <button class="carousel-control-prev" type="button" data-bs-target="#carouselExample" data-bs-slide="prev">
        <span class="carousel-control-prev-icon" aria-hidden="true"></span>
        <span class="visually-hidden">Previous</span>
    </button>

    <!-- Next Button -->
    <button class="carousel-control-next" type="button" data-bs-target="#carouselExample" data-bs-slide="next">
        <span class="carousel-control-next-icon" aria-hidden="true"></span>
        <span class="visually-hidden">Next</span>
    </button>
</div>

    <!-- Carousel End -->

    <!-- Facts Start -->

    <div class="container-xxl py-5">
        <div class="container">
            <div class="row g-4">
                <div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
                    <div class="fact-item bg-light rounded text-center h-100 p-5">
                        <i class="fa fa-certificate fa-4x text-primary mb-4"></i>
                        <h5 class="mb-3">Years Experience</h5>
                        <h1 class="display-5 mb-0" data-toggle="counter-up">14</h1>
                    </div>
                </div>
                <div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.3s">
                    <div class="fact-item bg-light rounded text-center h-100 p-5">
                        <i class="fa fa-users-cog fa-4x text-primary mb-4"></i>
                        <h5 class="mb-3">Team Members</h5>
                        <h1 class="display-5 mb-0" data-toggle="counter-up">500</h1>
                    </div>
                </div>
                <div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.5s">
                    <div class="fact-item bg-light rounded text-center h-100 p-5">
                        <i class="fa fa-users fa-4x text-primary mb-4"></i>
                        <h5 class="mb-3">Satisfied Clients</h5>
                        <h1 class="display-5 mb-0" data-toggle="counter-up">1000</h1>
                    </div>
                </div>
                <div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.7s">
                    <div class="fact-item bg-light rounded text-center h-100 p-5">
                        <i class="fa fa-check fa-4x text-primary mb-4"></i>
                        <h5 class="mb-3">Projects Done</h5>
                        <h1 class="display-5 mb-0" data-toggle="counter-up">500</h1>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <!-- Facts End -->

    

    <!-- About Start -->
    <div class="container-xxl py-5">
        <div class="container">
            <div class="row g-5">
                <div class="col-lg-6 wow fadeInUp" data-wow-delay="0.1s">
                    <div class="img">
                        <img class="img-fluid" src="assets/images/about-us.jpg" alt="about-us" title="about-us">
                    </div>
                </div>
                <div class="col-lg-6 wow fadeInUp" data-wow-delay="0.5s">
                    <div class="h-100">
                        <h6 class="section-title bg-white text-start text-primary pe-3">About Us</h6>
                        <h1 class="display-6 mb-4">Multi Dimensional Solution with <span class="text-primary">14 Years</span> Of Experience</h1>
                        <p>Infinite Ventures is one of the premier Multi Dimensional Company working with multiple entities with focus to Development of New India. Our focus is in developing Robust Infrastructure in Information Technology , Civil & Electronics Development.

We also assure the development is goin on in the holistic way and for that we participate in vaious Audit & Certification works provided by govenment which includes ZED Audit , Jal Jeevan Mission Audit , Railways Audit , Mining Audit & Many More. 

Our Multi dimensional Business includes multiple works and for going through our vertical , refer to the ventures section for detailed study on our portfolio.</p>
                        <a class="btn btn-primary rounded-pill py-3 px-5" href="about.php">Know More</a>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <!-- About End -->

    <!-- Services Start 
    <div class="container-xxl py-5">
        <div class="container">
            <div class="text-center mx-auto mb-5 wow fadeInUp" data-wow-delay="0.1s" style="max-width: 600px;">
                <h6 class="section-title bg-white text-center text-primary px-3">Services</h6>
                <h1 class="display-6 mb-4">We Focus On Making The Best In All Sectors</h1>
            </div>
            <div class="row g-4">
                <div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
                    <a class="service-item d-block rounded text-center h-100 p-4" href="">
                        <img class="img-fluid rounded mb-4" src="img/service-1.jpg" alt="">
                        <h4 class="mb-0">Global IT Services</h4>
                    </a>
                </div>
                <div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.3s">
                    <a class="service-item d-block rounded text-center h-100 p-4" href="">
                        <img class="img-fluid rounded mb-4" src="img/service-2.jpg" alt="">
                        <h4 class="mb-0">Global Manpower Outsourcing</h4>
                    </a>
                </div>
                <div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.5s">
                    <a class="service-item d-block rounded text-center h-100 p-4" href="">
                        <img class="img-fluid rounded mb-4" src="img/service-3.jpg" alt="">
                        <h4 class="mb-0">Smart Meeting Solution</h4>
                    </a>
                </div>
                <div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
                    <a class="service-item d-block rounded text-center h-100 p-4" href="">
                        <img class="img-fluid rounded mb-4" src="img/service-4.jpg" alt="">
                        <h4 class="mb-0">Gyanoday Play School</h4>
                    </a>
                </div>
                <div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.3s">
                    <a class="service-item d-block rounded text-center h-100 p-4" href="">
                        <img class="img-fluid rounded mb-4" src="img/service-5.jpg" alt="">
                        <h4 class="mb-0">Legal & Accounting (Filing Solution)</h4>
                    </a>
                </div>
                <div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.3s">
                    <a class="service-item d-block rounded text-center h-100 p-4" href="">
                        <img class="img-fluid rounded mb-4" src="img/service-5.jpg" alt="">
                        <h4 class="mb-0">Real Estate</h4>
                    </a>
                </div>
            </div>
            <div class="text-center px-auto py-3">                
                <a class="btn btn-primary rounded-pill py-3 px-5" href="about.php">View More</a>
            </div>
        </div>
    </div>
    <!-- Services End -->
-->
    <!-- Team Start -->
    <!-- Additional content can go here -->
    <!-- Team End -->

    <!-- WhatsApp Floating Button -->
    <a href="https://wa.me/1234567890" target="_blank" class="whatsapp-float" title="Chat with us on WhatsApp">
        <i class="fab fa-whatsapp"></i>
    </a>

    <script src="https://kit.fontawesome.com/a076d05399.js" crossorigin="anonymous"></script>
    
    <!-- Footer Start -->
    <div class="container-fluid bg-dark text-body footer mt-5 pt-5 wow fadeIn" data-wow-delay="0.1s">
        <div class="container py-5">
            <div class="row g-5">
                
                <div class="col-lg-3 col-md-6">
                    <h5 class="text-light mb-4">Quick Links</h5>
                    <a class="btn btn-link" href="index.php">Home</a>
                    <a class="btn btn-link" href="about.php">About Us</a>
                    <a class="btn btn-link" href="contact.php">Contact Us</a>
                    <a class="btn btn-link" href="association.php">Association</a>
                    <a class="btn btn-link" href="association.php">Ventures</a>
                   
                </div>
                <div class="col-lg-3 col-md-6">
                    <h5 class="text-light mb-4">Services</h5>
                    <a class="btn btn-link" href="global-it.php">Global IT Services</a>
                    <a class="btn btn-link" href="">Global Manpower Outsomcinz</a>
                    <a class="btn btn-link" href="">Smart Metering Solution</a>
                    <a class="btn btn-link" href="">Gyanoday Play School</a>
                    <a class="btn btn-link" href="">Legal&Accounting(Filing Solution)</a>
                    
                </div>
                <div class="col-lg-3 col-md-6">
                    <h5 class="text-light mb-4">Services</h5>
                    <a class="btn btn-link" href="">Real Estate</a>
                    <a class="btn btn-link" href="">Civil,Infra&Road Contracts</a>
                    <a class="btn btn-link" href="">Security Solutions</a>
                    <a class="btn btn-link" href="">Aviation Training</a>
                    <a class="btn btn-link" href="">ZED Audit & Railway Audit & Jal Jeevn Mission Audit</a>
                   
                </div>
                <div class="col-lg-3 col-md-6">
                    <h5 class="text-light mb-4">Address</h5>
                    <p class="mb-2"><i class="fa fa-map-marker-alt me-3" style="color:#E8994A !important;"></i><span style="color:#E8994A !important;">infinte Ventures</span></p>
                    <p class="mb-2"><i class="fa fa-phone-alt me-3" style="color:#E8994A !important;"></i><span style="color:#E8994A !important;">+91-8527005923</span></p>
                    <p class="mb-2"><i class="fa fa-envelope me-3"style="color:#E8994A !important;"></i><span style="color:#E8994A !important;">[email protected]</span></p>
                    <div class="d-flex pt-2">
                        <a class="btn btn-square btn-outline-secondary rounded-circle me-1" href=""><i class="fab fa-twitter" style="color:#E8994A !important;"></i></a>
                        <a class="btn btn-square btn-outline-secondary rounded-circle me-1" href=""><i class="fab fa-facebook-f" style="color:#E8994A !important;"></i></a>
                        <a class="btn btn-square btn-outline-secondary rounded-circle me-1" href=""><i class="fab fa-youtube" style="color:#E8994A !important;"></i></a>
                        <a class="btn btn-square btn-outline-secondary rounded-circle me-0" href=""><i class="fab fa-linkedin-in"style="color:#E8994A !important;"></i></a>
                    </div>
                </div>
            </div>
        </div>
        <div class="container-fluid copyright">
            <div class="container">
                <div class="row text-center">
                    <div class="col-12"style="color:#E8994A !important;">
                        &copy; <a href="#" style="color:#E8994A !important;">infinte Venture <span style="color:#E8994A !important;"> All Right Reserved.</span>
                    </div>
                   
                </div>
            </div>
        </div>
    </div>
    <!-- Footer End -->


    <!-- Back to Top -->
    <!-- <a href="#" class="btn btn-lg btn-primary btn-lg-square rounded-circle back-to-top"><i class="bi bi-arrow-up"></i></a> -->


    <!-- JavaScript Libraries -->
    <script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
    <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
    <script src="assets/lib/wow/wow.min.js"></script>
    <script src="assets/lib/easing/easing.min.js"></script>
    <script src="assets/lib/waypoints/waypoints.min.js"></script>
    <script src="assets/lib/counterup/counterup.min.js"></script>
    <script src="assets/lib/owlcarousel/owl.carousel.min.js"></script>
    <script src="assets/lib/lightbox/js/lightbox.min.js"></script>

    <!-- Template Javascript -->
    <script src="assets/js/main.js"></script></body>
</html>
                               

Whois info of domain

Domain Name: IVNPL.COM
Registry Domain ID: 2957709423_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2025-02-09T10:55:09Z
Creation Date: 2025-02-09T10:52:20Z
Registry Expiry Date: 2026-02-09T10:52:20Z
Registrar: GoDaddy.com, LLC
Registrar IANA ID: 146
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 480-624-2505
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientRenewProhibited https://icann.org/epp#clientRenewProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: NS1.MONSTERPOWERSERVERS.COM
Name Server: NS2.MONSTERPOWERSERVERS.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-12T17:10:35Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass