2pi.pw 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>Be Back Soon...</title>
<style>
body {
font-family: 'Courier New', monospace;
background-color: #f5f5f5; /* Light grey background */
text-align: center;
margin: 0;
padding: 0;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.message-box {
max-width: 400px;
padding: 20px;
background-color: #ffffff;
border-radius: 8px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); /* Subtle shadow for elevation */
}
h1 {
color: #333;
font-size: 2.5em;
margin: 0;
letter-spacing: 1.5px;
font-weight: normal;
}
</style>
</head>
<body>
<div class="message-box">
<h1>Be back soon...</h1>
</div>
</body>
</html>