今予約する
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Book Now</title>
<link rel="stylesheet" href="styles.css"> <!-- Link to your CSS file -->
<style>
/* Additional inline styling for centering and alignment */
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
background: rgb(242,242,242); /* Light grey background */
}
.start-screen {
text-align: center;
padding: 20px;
background: rgba(255, 255, 255, 0.9); /* Slightly transparent white background */
border-radius: 10px; /* Rounded corners */
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}
.start-screen h1 {
color: #333333; /* Dark grey color for the heading */
margin-bottom: 20px;
}
.start-screen p {
color: #666666; /* Light grey color for the paragraph */
font-size: 18px;
}
.start-screen img {
max-width: 100%;
height: auto;
border-radius: 8px; /* Rounded corners for the image */
margin-bottom: 20px;
}
</style>
</head>
<body>
<div class="start-screen">
<!-- Replace with your base64 image string -->
<h1>Thank you for choosing Bridge Backpackers</h1>
<p>Select your arrival date to check availability.</p>
</div>
</body>
</html>
Sorry, BookNow is not enabled. Please go the the BookNow
settings to enable it.