-
Notifications
You must be signed in to change notification settings - Fork 336
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #401 from rees8/updated-feature
Updated feature
- Loading branch information
Showing
7 changed files
with
129 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<title>Dubai Package</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" href="../style.css"> | ||
</head> | ||
<body> | ||
<header> | ||
<h1>Adventure in Bali</h1> | ||
</header> | ||
<main> | ||
<p>Book an adventure trip to Bali with activities like snorkeling, trekking, and more. Discount available for groups!</p> | ||
<p> | ||
<strong>Price:</strong> ₹48,000 per person (Original Price: ₹60,000) | ||
</p> | ||
<button onclick="window.location.href='../index.html'">Back to Home Page</button> | ||
<button onclick="window.location.href='../book.html'" style="margin-left: 20px;">Book Now</button> | ||
</main> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<title>Dubai Package</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" href="../style.css"> | ||
</head> | ||
<body> | ||
<header> | ||
<h1>Flight to Dubai</h1> | ||
</header> | ||
<main> | ||
<p>Save 20% on round-trip flights to Dubai. Limited time offer!</p> | ||
<p> | ||
<strong>Price:</strong> ₹20,000 per person (Original Price: ₹25,000) | ||
</p> | ||
<button onclick="window.location.href='../index.html'">Back to Home Page</button> | ||
<button onclick="window.location.href='../book.html'" style="margin-left: 20px;">Book Now</button> | ||
</main> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<title>Dubai Package</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" href="../style.css"> | ||
</head> | ||
<body> | ||
<header> | ||
<h1>Luxury Stay in Goa</h1> | ||
</header> | ||
<main> | ||
<p>Get 30% off on a 5-star hotel stay in Goa. Enjoy the best of luxury at an affordable price!</p> | ||
<p> | ||
<strong>Price:</strong> ₹10,500 per night (Original Price: ₹15,000) | ||
</p> | ||
<button onclick="window.location.href='../index.html'">Back to Home Page</button> | ||
<button onclick="window.location.href='../book.html'" style="margin-left: 20px;">Book Now</button> | ||
</main> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<title>Dubai Package</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" href="../style.css"> | ||
</head> | ||
<body> | ||
<header> | ||
<h1>Kerala Backwaters Package</h1> | ||
</header> | ||
<main> | ||
<p>Experience the serene beauty of Kerala's backwaters with a 4-day, 3-night package. All-inclusive deal!</p> | ||
<p> | ||
<strong>Price:</strong> ₹40,000 per person (Original Price: ₹50,000) | ||
</p> | ||
<button onclick="window.location.href='../index.html'">Back to Home Page</button> | ||
<button onclick="window.location.href='../book.html'" style="margin-left: 20px;">Book Now</button> | ||
</main> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<title>Dubai Package</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" href="../style.css"> | ||
</head> | ||
<body> | ||
<header> | ||
<h1>Paris Romantic Getaway</h1> | ||
</header> | ||
<main> | ||
<p>Enjoy a romantic trip to Paris with your loved one. Special package for couples!</p> | ||
<p> | ||
<strong>Price:</strong> ₹1,20,000 per couple (Original Price: ₹1,50,000) | ||
</p> | ||
<button onclick="window.location.href='../index.html'">Back to Home Page</button> | ||
<button onclick="window.location.href='../book.html'" style="margin-left: 20px;">Book Now</button> | ||
</main> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters