Ajout de PHPMailer pour envoyer des mails de confirmation de réservation

This commit is contained in:
stiti
2024-01-15 22:03:50 +01:00
parent 7cacf9f3ff
commit 01ea3fce4e
190 changed files with 23196 additions and 21 deletions

View File

@@ -0,0 +1,32 @@
.content {
max-width: 800px;
margin: 20px auto;
padding: 20px;
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.reservation-successful-section {
text-align: center;
margin-bottom: 300px;
}
.reservation-successful-section h1 {
color: #00a651;
}
.reservation-successful-section p {
font-size: 18px;
color: #555;
}
.home-button {
display: inline-block;
margin-top: 30px;
padding: 10px 20px;
background-color: #FFB039;
color: white;
text-decoration: none;
border-radius: 5px;
font-weight: bold;
}