ibuy.com.ua Ads.txt file
<!-- html/index.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Site Moved</title>
<style>
body {
font-family: Arial, sans-serif;
max-width: 600px;
margin: 100px auto;
padding: 20px;
text-align: center;
background-color: #f5f5f5;
}
.container {
background: white;
padding: 40px;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
h1 { color: #333; }
p { color: #666; line-height: 1.6; }
.redirect-info {
background: #e8f4fd;
padding: 15px;
border-radius: 5px;
margin: 20px 0;
}
</style>
</head>
<body>
<div class="container">
<h1>ibuy.com.ua</h1>
<p>The content you're looking will be recovered soon.</p>
<div class="redirect-info">
<p><strong>Looking for our new site?</strong></p>
<p>Visit us at: <a href="https://ibuy.com.ua">ibuy.com.ua</a></p>
</div>
<p>If you believe this is an error, please contact us.</p>
<script>
// Optional: Log the page they were trying to access
console.log('Requested path:', window.location.pathname);
// Optional: Auto-redirect after 5 seconds
// setTimeout(() => {
// window.location.href = 'https://yournewsite.com';
// }, 5000);
</script>
</div>
</body>
</html>