1Server IP : 217.21.90.164 / Your IP : 3.137.185.176 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/css/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include dirname(__FILE__) . '/inc/config.php'; include dirname(__FILE__) . '/dbh/conn.php'; ?> <!doctype html> <html lang="en"> <head> <?php $TITLE = "About Us"; 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 $About_page = 'active'; include dirname(__FILE__) . '/inc/nav.php';?> <div class="container"> <div class="row g-4 py-5 align-items-center"> <div class="col-12"> <h1 class="fw-bolder sig text-dark-danger">Hello, world!</h1> </div> <div class="col-12 col-sm-12 col-md-6 col-lg-6 p-3 text-dark-danger">yes</div> <div class="col-12 col-sm-12 col-md-6 col-lg-6 p-3 text-dark-danger">Yes</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>