blopinion.com Ads.txt file
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dominio en Venta</title>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
background-color: #f4f4f4;
padding: 50px;
}
.container {
background: white;
padding: 20px;
border-radius: 10px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
max-width: 500px;
margin: auto;
}
.button {
display: inline-block;
padding: 10px 20px;
font-size: 18px;
color: white;
background-color: #28a745;
text-decoration: none;
border-radius: 5px;
margin-top: 20px;
}
.button:hover {
background-color: #218838;
}
</style>
</head>
<body>
<div class="container">
<h1>Este dominio está en venta</h1>
<p>Si estás interesado en adquirir este dominio, puedes comprarlo a través de Sedo.</p>
<a href="https://sedo.com/search/details/?domain=blopinion.com" class="button" target="_blank">Comprar en Sedo</a>
</div>
</body>
</html>