?
Path : /home/u949514618/domains/keywordadvertisingindia.com/public_html/ |
Current File : /home/u949514618/domains/keywordadvertisingindia.com/public_html/index.php |
<?php include_once('backone/db.php'); $res = $conn->query("SELECT * FROM homepage_content"); if ($res && $res->num_rows > 0) { $row = $res->fetch_assoc(); } else { echo "No data found."; } ?> <!doctype html> <html class="no-js" lang="en-us"> <head> <meta http-equiv="content-language" content="en-us"> <meta http-equiv="content-type" content="text/html;charset=UTF-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title><?php echo $row['meta_title']; ?> </title> <meta name="description" content="<?php echo $row['meta_description']; ?>"> <meta name="keywords" content="<?php echo $row['keywords']; ?>"> <meta property="og:title" content="<?php echo $row['meta_title']; ?>"> <meta property="og:site_name" content="Keyword King Advertising India"> <meta property="og:url" content="https://www.keywordadvertisingindia.com"> <meta property="og:description" content="<?php echo $row['meta_description']; ?>"> <meta property="og:type" content="website"> <meta property="og:image" content="https://keywordadvertisingindia.com/backone/uploads/<?php echo $row['image']; ?>"> <link rel="alternate" hreflang="en-us" href="https://www.keywordadvertisingindia.com"> <link rel="canonical" href="https://www.keywordadvertisingindia.com"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="robots" content="index, follow"> <meta name="revisit-after" content="3 days"> <!-- Place favicon.ico in the root directory --> <link rel="shortcut icon" type="image/x-icon" href="assets/img/favicon.png"> <!-- CSS here --> <link rel="stylesheet" href="assets/css/bootstrap.css"> <link rel="stylesheet" href="assets/css/meanmenu.css"> <link rel="stylesheet" href="assets/css/animate.css"> <link rel="stylesheet" href="assets/css/swiper-bundle.css"> <link rel="stylesheet" href="assets/css/magnific-popup.css"> <link rel="stylesheet" href="assets/css/nice-select.css"> <link rel="stylesheet" href="assets/css/font-awesome-pro.css"> <link rel="stylesheet" href="assets/css/flaticon.css"> <link rel="stylesheet" href="assets/css/spacing.css"> <link rel="stylesheet" href="assets/css/main.css"> </head> <body> <!--[if lte IE 9]> <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p> <![endif]--> <!-- back to top start --> <button class="tp-backtotop"> <span><i class="fa-thin fa-chevrons-up"></i></span> </button> <!-- back to top end --> <!-- header area start --> <?php include_once('includes/header.php'); ?> <!-- offcanvas area start --> <?php include_once('includes/offcanvas.php'); ?> <div class="body-overlay"></div> <!-- offcanvas area end --> <main> <!-- slider-area start --> <?php include_once('includes/slider.php'); ?> <!-- slider-area end --> <!-- feature-area start --> <?php include_once('includes/feature-area.php'); ?> <!-- feature-area end --> <!-- about section start --> <?php include_once('includes/about-section.php'); ?> <!-- about section end --> <!-- counter area start --> <?php include_once('includes/counter-area.php'); ?> <!-- counter area end --> <!-- tp cata area start --> <?php include_once('includes/tp-cata-area.php'); ?> <!-- tp cata area end --> <!-- blog ara staret --> <?php include_once('includes/blog-area.php'); ?> <!-- blog area end --> <!-- quote area --> <?php include_once('includes/quote-area.php'); ?> <!-- apps screenshot area end --> <!-- testimonial area start --> <?php include_once('includes/testimonial-area.php'); ?> <!-- testimonial area end --> <!-- brand area start --> <?php include_once('includes/brand-area.php'); ?> <!-- brand ara end --> </main> <!-- footer start --> <?php include_once('includes/footer.php'); ?> <!-- footer end --> <!-- JS here --> <script src="assets/js/vendor/jquery.js"></script> <script src="assets/js/vendor/waypoints.js"></script> <script src="assets/js/bootstrap-bundle.js"></script> <script src="assets/js/meanmenu.js"></script> <script src="assets/js/swiper-bundle.js"></script> <script src="assets/js/magnific-popup.js"></script> <script src="assets/js/parallax.js"></script> <script src="assets/js/nice-select.js"></script> <script src="assets/js/counterup.js"></script> <script src="assets/js/wow.js"></script> <script src="assets/js/isotope-pkgd.js"></script> <script src="assets/js/imagesloaded-pkgd.js"></script> <script src="assets/js/ajax-form.js"></script> <script src="assets/js/main.js"></script> </body> </html>