| Linux in-mum-web1499.main-hosting.eu 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64 Path : /home/u901718425/domains/arise-thane.com/public_html/ |
| Current File : /home/u901718425/domains/arise-thane.com/public_html/thank-you |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Thank You</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
margin: 0;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
}
.thank-you-container {
text-align: center;
background-color: #fff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.thank-you-icon {
color: #28a745;
font-size: 50px;
}
h1 {
color: #333;
}
p {
color: #555;
}
</style>
</head>
<body>
<div class="thank-you-container">
<div class="thank-you-icon">✔</div>
<h1>Thank You!</h1>
<p>Your message has been received. We'll get back to you as soon as possible.</p>
<!-- Add any additional content or links here -->
</div>
</body>
</html>