xxxxxxxxxx
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon</title>
<style>
body {
background-color: #f1f1f1;
text-align: center;
font-family: Arial, sans-serif;
}
h1 {
color: #333;
margin-top: 200px;
}
p {
color: #777;
font-size: 18px;
}
</style>
</head>
<body>
<h1>Coming Soon</h1>
<p>We're working on something awesome. Stay tuned!</p>
</body>
</html>