mechaterrain.com Ads.txt file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon - MechaTerrain</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f3f4f6;
color: #333;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
text-align: center;
}
.container {
max-width: 600px;
padding: 20px;
background-color: #fff;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
border-radius: 8px;
}
h1 {
margin-bottom: 20px;
color: #007bff;
}
p {
margin-bottom: 10px;
}
.details {
margin-top: 20px;
font-size: 0.9em;
color: #555;
}
</style>
</head>
<body>
<div class="container">
<h1>Coming Soon</h1>
<p>Our website is under construction. We'll be here soon with our new awesome site, subscribe to be notified.</p>
<div class="details">
<p>This domain is the property of Oisance Innovate Private Limited.</p>
<p>Company Name: Oisance Innovate Private Limited</p>
<p>Website: <a href="https://www.oisance.com" target="_blank">www.oisance.com</a></p>
</div>
<p>© 2024 MechaTerrain. All rights reserved.</p>
</div>
</body>
</html>