|
Server IP : 217.21.91.233 / Your IP : 216.73.216.58 Web Server : LiteSpeed System : Linux in-mum-web832.main-hosting.eu 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64 User : u952924200 ( 952924200) PHP Version : 8.2.27 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : ON Directory (0755) : /home/u952924200/domains/nadeemtravels.in/public_html/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<!DOCTYPE html>
<html lang="en">
<head>
<title>Thank You | Nadeem Travels</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8" />
<meta name="robots" content="noindex, nofollow">
<link rel="icon" type="image/png" href="/images/favicon.png">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
<link rel="stylesheet" href="css/fontawesome-all.css">
<style>
.thank-you-container {
text-align: center;
padding: 100px 15px;
}
.thank-you-container h1 {
color: #C50000;
font-size: 48px;
font-weight: 800;
margin-bottom: 20px;
}
.thank-you-container p {
font-size: 20px;
margin-bottom: 30px;
}
.btn-home {
background-color: #ee4f4f;
color: #fff;
padding: 12px 30px;
border: none;
border-radius: 5px;
text-decoration: none;
font-size: 16px;
}
.btn-home:hover {
background-color: #c50000;
color: #fff;
}
</style>
</head>
<body>
<?php include 'menu.php'; ?>
<!-- Thank You Message -->
<div class="thank-you-container" style="padding-top: 200px;">
<h1>Thank You!</h1>
<p>Your booking request has been successfully submitted. Our team will contact you shortly.</p>
<a href="<?= ROOT ?>" class="btn-home">Back to Home</a>
</div>
<!-- Footer -->
<?php require_once __DIR__ . "/footer.php"; ?>
<script src="js/jquery-2.2.3.min.js"></script>
<script src="js/responsiveslides.min.js"></script>
<script src="js/fixed-nav.js"></script>
<script src="js/SmoothScroll.min.js"></script>
<script src="js/move-top.js"></script>
<script src="js/easing.js"></script>
<script src="js/medic.js"></script>
<script src="js/bootstrap.js"></script>
</body>
</html>