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,23 +3,22 @@ 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>
|
||||
<div class="blog-list">
|
||||
<img src="assets/images/header/coding.jpg" alt="Coding-Solution" class="img-responsive">
|
||||
<a href="coding-solution.php">We write code that makes the eCommerce world go round.</a>
|
||||
<p class="color-white">Tech4biz provides eCommerce codes that are the lifeblood of online shopping. Without these codes, businesses would not be able to process transactions or keep track of inventory.</p>
|
||||
<p class="color-white">Tech4biz provides eCommerce codes that are the lifeblood of online shopping. Without these codes, businesses would not be able to process transactions or keep track of inventory.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-4 product-title-menu">
|
||||
@ -40,9 +39,9 @@ require_once "./admin/db/config.php";
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<?PHP include './includes/footer.php'; ?>
|
||||
|
||||
<?PHP include './includes/footer.php'; ?>
|
||||
|
||||
<?PHP include './includes/scripts.php'; ?>
|
||||
Loading…
Reference in New Issue
Block a user