updated
This commit is contained in:
@ -6,8 +6,8 @@
|
||||
<title>Bibhuti Solutions</title>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="../assets/css/carousels.css">
|
||||
<script src="../assets/js/carousel.js"></script>
|
||||
<link rel="stylesheet" href="./assets/css/carousels.css">
|
||||
<script src="./assets/js/carousel.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
</div>
|
||||
<div class="carousel-inner">
|
||||
<div class="carousel-item active">
|
||||
<img src="../assets/images/carousel-one.jpg" class="d-block w-100" alt="...">
|
||||
<img src="./assets/images/carousel-one.jpg" class="d-block w-100" alt="...">
|
||||
<div class="carousel-caption d-none d-md-block">
|
||||
<h5><span class="carouspan">We Provide</span><br>Truly Prominent IT Services</h5>
|
||||
<p>We will make sure that your company is always on high-profile and up with your competitors.</p>
|
||||
@ -31,7 +31,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<img src="../assets/images/carousel-two.jpg" class="d-block w-100" alt="...">
|
||||
<img src="./assets/images/carousel-two.jpg" class="d-block w-100" alt="...">
|
||||
<div class="carousel-caption d-none d-md-block">
|
||||
<h5><span class="carouspan">We help</span><br> to Develop Your Businesss</h5>
|
||||
<p>We specialize in software application development, interactive website design, and many other services with creative and affordable solutions for small & medium on large business concerns.</p>
|
||||
|
Reference in New Issue
Block a user