showbizbeta.com Ads.txt file
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<title>ShowbizBeta</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
html, body {
margin: 0;
padding: 0;
font-family: sans-serif;
background-color: #111;
color: #eee;
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
text-align: center;
}
.container {
max-width: 600px;
padding: 1em;
}
h1 {
font-size: 2rem;
margin-bottom: 0.5em;
}
p {
font-size: 1.2rem;
opacity: 0.7;
}
</style>
</head>
<body>
<div class="container">
<h1>ShowbizBeta está en pausa</h1>
<p>Gracias por visitarnos. Este experimento creativo se encuentra momentáneamente en pausa.<br>
Volveremos pronto con más ideas. ✨</p>
</div>
</body>
</html>