����JFIF��H�H����Exif��MM�*���� ��3����V�����3������3�(��������������������3�����
Server IP : 162.0.232.25 / Your IP : 52.15.233.83 Web Server : LiteSpeed System : Linux premium276.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : kwacuqig ( 988) PHP Version : 8.2.26 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/kwacuqig/injessview.com/ |
Upload File : |
<?php //set time zone for your country date_default_timezone_set('Africa/Blantyre'); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Injess View</title> <link rel="stylesheet" href="css/bootstrap.min.css"> <link rel="stylesheet" href="css/aos.css"> <link rel="icon" type="image/png" href="./img/engineer.png" /> <link rel="stylesheet" href="css/main.css"> <script src="./js/sweetalert.min.js"></script> </head> <body class="d-flex flex-column min-vh-100 bg-light"> <?php include './nav.php'; ?> <div class="container my-5 d-flex flex-column align-items-center justify-content-center"> <div class="row w-100 home-menu"> <div class="col-12 mb-3 d-flex justify-content-center"> <a href="construction-works" class="btn btn-primary btn-lg menu-btn w-100">Construction Works</a> </div> <div class="col-12 mb-3 d-flex justify-content-center"> <a href="site-diary" class="btn btn-secondary btn-lg menu-btn w-100">Site Diary</a> </div> <div class="col-12 mb-3 d-flex justify-content-center"> <a href="#" class="btn btn-success btn-lg menu-btn w-100">Another Page</a> </div> <div class="col-12 mb-3 d-flex justify-content-center"> <a href="#" class="btn btn-danger btn-lg menu-btn w-100">More Pages</a> </div> </div> </div> <?php include './footer.php'; ?> <script> document.querySelectorAll("ul.navbar-nav .nav-link")[0].classList.add("active") </script>