( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Thank You</title>
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
background: linear-gradient(135deg, #dfdfdf 0%, #666666 100%);
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: #00000;
text-align: center;
padding: 20px;
}
.container {
background: rgba(255, 255, 255, 0.15);
padding: 30px 40px;
border-radius: 12px;
box-shadow: 0 8px 24px rgba(0,0,0,0.2);
max-width: 400px;
}
h1 {
margin-bottom: 15px;
font-size: 2.4rem;
}
p {
font-size: 1.2rem;
margin-bottom: 0;
line-height: 1.4;
}
</style>
<script>
// Redirect after 4 seconds (4000 milliseconds)
setTimeout(() => {
window.location.href = "https://www.thebrand.ai"; // change to your target page
}, 5000);
</script>
</head>
<body>
<div class="container">
<h1>Thank You!</h1>
<p>Thank you for your feedback. Our experts will be in touch with you. </p>
</div>
</body>
</html>