product url issue sorted
This commit is contained in:
parent
a4071c5730
commit
30641eb4e5
@ -83,7 +83,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a href="contact.php" class="nav-link">
|
<a href="product.php" class="nav-link">
|
||||||
Products
|
Products
|
||||||
<i class='bx bx-caret-down'></i>
|
<i class='bx bx-caret-down'></i>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@ -3,16 +3,15 @@ require_once "./admin/db/config.php";
|
|||||||
?>
|
?>
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<?PHP include './includes/links.php'; ?>
|
<?PHP include './includes/links.php'; ?>
|
||||||
<title>Meta verse AR brought a complete change in the way education is provided to higher segments in Medical and Engineering - Tech4Biz Solutions - Excellence Guaranteed</title>
|
<title>Products</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<?PHP include './includes/spinner.php';?>
|
<?PHP include './includes/spinner.php';?>
|
||||||
<?PHP include './includes/header.php'; ?>
|
<?PHP include './includes/header.php'; ?>
|
||||||
<div class="container" style="background-color:#000066;"> <!-- Replace #f0f0f0 with your desired color -->
|
<div class="container" style="background-color:#000066;">
|
||||||
<div class="row pt-3">
|
<div class="row pt-3">
|
||||||
<div class="col-4 product-title-menu">
|
<div class="col-4 product-title-menu">
|
||||||
<h3>Coding Solution</h3>
|
<h3>Coding Solution</h3>
|
||||||
@ -40,9 +39,9 @@ require_once "./admin/db/config.php";
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
<?PHP include './includes/footer.php'; ?>
|
<?PHP include './includes/footer.php'; ?>
|
||||||
|
|
||||||
<?PHP include './includes/scripts.php'; ?>
|
<?PHP include './includes/scripts.php'; ?>
|
||||||
Loading…
Reference in New Issue
Block a user