ombazar.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>Domain Not Found</title>
<style>
body {
background-color: #f8f9fa;
font-family: Arial, sans-serif;
text-align: center;
padding: 100px 20px;
color: #333;
}
.container {
max-width: 600px;
margin: auto;
}
h1 {
font-size: 36px;
margin-bottom: 20px;
color: #dc3545;
}
p {
font-size: 18px;
color: #666;
}
</style>
</head>
<body>
<div class="container">
<h1>Domain Not Found</h1>
<p>We're sorry, but the domain you are trying to access does not exist or no company is associated with it.</p>
</div>
</body>
</html>