iupx.com Ads.txt file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Domain For Sale</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap" rel="stylesheet">
<style>
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: 'Inter', sans-serif;
background-color: #ffffff; /* 白色背景 */
color: #333333;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
text-align: center;
}
.card {
background: #f9f9f9; /* 浅灰色卡片 */
padding: 50px 30px;
border-radius: 15px;
box-shadow: 0 6px 20px rgba(0,0,0,0.1);
max-width: 500px;
width: 90%;
border: 1px solid #e0e0e0;
}
h1 {
font-size: 32px;
margin-bottom: 20px;
font-weight: 700;
color: #111111;
}
p {
font-size: 18px;
margin-bottom: 30px;
line-height: 1.5;
color: #555555;
}
.contact {
font-size: 20px;
font-weight: 600;
}
.contact a {
color: #1a73e8; /* 蓝色邮件链接 */
text-decoration: none;
}
.contact a:hover {
text-decoration: underline;
}
@media (max-width: 600px) {
h1 {
font-size: 28px;
}
p {
font-size: 16px;
}
.contact {
font-size: 18px;
}
}
</style>
</head>
<body>
<div class="card">
<h1>Domain For Sale</h1>
<p>This domain is currently available for purchase. Make an offer or contact us for more details.</p>
<div class="contact">
Contact: <a href="/cdn-cgi/l/email-protection#076a66756c62736677774776762964686a"><span class="__cf_email__" data-cfemail="610c00130a04150011112110104f020e0c">[email protected]</span></a>
</div>
</div>
<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script></body>
</html>