product url issue sorted
This commit is contained in:
parent
a4071c5730
commit
30641eb4e5
@ -83,7 +83,7 @@
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a href="contact.php" class="nav-link">
|
||||
<a href="product.php" class="nav-link">
|
||||
Products
|
||||
<i class='bx bx-caret-down'></i>
|
||||
</a>
|
||||
|
||||
@ -3,16 +3,15 @@ require_once "./admin/db/config.php";
|
||||
?>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<?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>
|
||||
<body>
|
||||
|
||||
<?PHP include './includes/spinner.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="col-4 product-title-menu">
|
||||
<h3>Coding Solution</h3>
|
||||
@ -40,9 +39,9 @@ require_once "./admin/db/config.php";
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<?PHP include './includes/footer.php'; ?>
|
||||
|
||||
<?PHP include './includes/scripts.php'; ?>
|
||||
Loading…
Reference in New Issue
Block a user