buylinks.net Ads.txt file
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Buy Links</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body{
margin:0px;
padding:10px;
font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
font-size:14px;
background-color:#010207;
background-image:url(images/background-1.jpg);
background-size:cover;
background-position:center top;
}
@media only screen and (max-width: 1024px) {
body {
background-size: 200%;
background-repeat:no-repeat;
}
}
.lightbox_wrapper{
display:flex;
align-content:center;
position:fixed;
top:0px;
left:0px;
height:100%;
width:100%;
box-sizing:border-box;
padding:10px;
}
.lightbox{
display:inline-block;
margin:auto;
/* not required, but looks better >>> */
min-width:200px;
min-height:200px;
max-width:300px;
background-color:#FFF;
border-radius:5px;
/*font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
line-height:1.5em;
padding:10px;
opacity:85%;
}
input[type=text], input[type=submit]{
padding:1em;
margin-top:10px;
box-sizing:border-box;
width:100%;
-webkit-appearance: none;
border-radius: 0;
-webkit-box-sizing: border-box;
border:1px solid #777;
border-radius:5px;
}
input[type=submit]{
cursor:pointer;
}
/* make form boxes 100% wide up to ~500px */
@media only screen and (max-width: 500px) {
input[type=text], input[type=submit]{
width:100%;
}
}
</style>
</head>
<body>
<div class="lightbox_wrapper">
<div class="lightbox">
<p style="margin:0px; padding:0px;">If you see <em><strong>Buy Links</strong></em> or <em><strong>Buy Links .net</strong></em> on your card, it means you purchased links trough our service.</p>
<p style="margin:0px; padding:0px; margin-top:10px;">Registered link <strong>sellers</strong>, login below:</p>
<p style="margin:0px; padding:0px; margin-top:10px; color:#FF0000;">Login for <strong>buyers</strong> is <strong>not</strong> yet available, sorry.</p>
<p style="margin:0px; padding:0px; margin-top:10px; color:#FF0000;">Buyers, please see link / purchase details on your PayPal account.</p>
<form action="/" method="post" style="margin:0px;">
<input type="text" name="login_box" id="login_box" placeholder="user name or email">
<br>
<input type="text" name="password_box" id="password_box" placeholder="password">
<br>
<input type="submit" name="login_button" id="login_button" value="Login">
</form>
</div>
</div>
</body>
</html>