mundochapin.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>MundoChapin.com - Solo lo mejor de Guatemala</title>
<style>
body {
margin: 0;
padding: 0;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background-color: #f5f5f5;
}
img {
max-width: 200px;
height: auto;
}
</style>
</head>
<body>
<img src="logo.png" alt="Logo">
</body>
</html>