|
Server : Apache System : Linux p3plzcpnl507073.prod.phx3.secureserver.net 4.18.0-553.53.1.lve.el8.x86_64 #1 SMP Wed May 28 17:01:02 UTC 2025 x86_64 User : swg98tjyzel1 ( 5098476) PHP Version : 8.1.34 Disable Function : NONE Directory : /home/swg98tjyzel1/public_html/bityatra.com/ |
Upload File : |
<?php
ob_start();
define('SECURE_ACCESS', true); // Add this line BEFORE including config.php
include("config.php");
session_destroy();
?>
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="description" content="" />
<meta name="keywords"
content="creative, portfolio, agency, template, theme, designed, html5, html, css3, responsive, onepage" />
<meta name="author" content="Set Private Limited" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
<title>Home || Online Tour packages, Hotel booking, Holiday boooking & Car Rental</title>
<!------------------------------------------
Main CSS File
<------------------------------------------>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/menu.css">
<link rel="stylesheet" href="css/custom-animation.css">
<!-- Style CSS -->
<link rel="stylesheet" href="css/style.css">
<!-- Responsive CSS -->
<link rel="stylesheet" href="css/responsive.css">
<!-- Favicon -->
<link href="images/favicon.png" rel="shortcut icon" type="image/png">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-17582356210"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-17582356210');
</script>
</head>
<body>
<div class="preloader"></div>
<!-- Start Page Wrapper -->
<div class="page-wrapper">
<?php include"header.php"; ?>
<!-- Header Section End -->
<!-- Inner Section Start -->
<section class="inner-area parallax-bg" data-background="images/bg/px-1.jpg" data-type="parallax" data-speed="3">
<div class="container">
<div class="section-content">
<div class="row">
<div class="col-12">
<h4>Quick Pay</h4>
<p>Home <a href="#">Quick Pay</a></p>
</div>
</div>
</div>
</div>
</section>
<!-- Inner Section End -->
<section class="special-packages-sec pt-85 pb-60">
<div class="section-title">
<h4 style="
font-weight: 900;
color: #000000;
">Welcome <span> To</span> Bityatra quick payment</h4>
<p>You can pay through Debit card/ credit card/UPi</p>
</div>
</section>
<!-- Special Packages Section Start -->
<section class="special-packages" style="padding-top: 7px;">
<div class="container">
<div class="row grid-mb">
<div class="col-xl-5 col-lg-6">
<div class="contact-page__form">
<div class="add-comment-box">
<div class="inner-title text-center">
<h5 style="font-weight: 800;color: #dd8a0e;">UPI ID / QR CODE SCAN PAY</h5>
</div><br>
<div class="row">
<div class="col-xl-12 col-lg-12 col-md-12">
<img src="https://bityatra.com/images/photos/QR-Code.jpg" width="100%">
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-2 col-lg-6">
<div class="contact-page__form">
<div class="add-comment-box">
<div class="row">
</div>
</div>
</div>
</div>
<div class="col-xl-5 col-lg-6 col-md-6">
<div class="special-packages">
<div class="inner-title text-center">
<h5 style="font-weight: 800;color: #dd8a0e;">DIRECT BANK TRANSFER</h5>
</div><br>
<div class="thumb">
<img src="images/features/2.png" alt="">
</div>
<div class="content">
<h2>Our Bank Details.</h2><br><br>
Bank Name-State Bank Of India<br>
Current Account Number-41970390793<br>
Account Holder Name-BITYATRA<br>
Branch Code-SBIN0012025<br>
Sastrinagar Bhubaneswar Branch<br><br><br><br><br>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Special Packages Section End -->
<!-- Client Section Start -->
<!-- Client Section End -->
<?php include"footer.php"; ?>