-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfirmation_package.php
48 lines (37 loc) · 1.34 KB
/
confirmation_package.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>home</title>
<!-- swiper css link -->
<link rel="stylesheet" href="https://unpkg.com/swiper@7/swiper-bundle.min.css" />
<!-- font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- custom css file link -->
<link rel="stylesheet" href="css/style1.css">
<!-- <link rel="stylesheet" href="bookstyle.css"> -->
</head>
<body>
<!-- header section starts -->
<section class="header">
<a href="mainPage.html" class="logo">Khetri Tours.</a>
<nav class="navbar">
<a href="mainPage.html">home</a>
<a href="about.php">about</a>
<a href="package.php">package</a>
<!-- <a href="book.php">book</a> -->
<a href="gallery.html">Gallery</a>
<a href="feedback.html">Feedback</a>
<!-- <a href="cabs.php">cabs</a> -->
<a href="index.html">Logout</a>
<!-- <a href="loginform.php">login</a> -->
</nav>
</section>
<div class="content">
<h1 class="heading-title"> Thank You. </h1>
<h2 class="heading-title"> package has Booked. </h2>
</div>
</body>
</html>