product url issue sorted

This commit is contained in:
vriti 2024-10-29 12:36:49 +05:30
parent a4071c5730
commit 30641eb4e5
2 changed files with 17 additions and 18 deletions

View File

@ -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>

View File

@ -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'; ?>