frag.news 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>SlickNames</title>
<link rel="icon" href="/slicknames.svg">
<style>
/* Prevent horizontal scroll caused by body overflow */
* {
box-sizing: border-box;
}
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f9f9f9;
color: #333;
overflow-x: hidden; /* Ensures no horizontal scroll */
}
/* Navigation Bar */
.navbar {
background-color: #2c3e50;
padding: 1rem;
text-align: center;
}
.navbar h1 {
margin: 0;
color: #ecf0f1;
font-size: 2rem;
}
/* Main Content */
.content {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
height: calc(100vh - 120px);
text-align: center;
}
.content p {
font-size: 1.5rem;
margin: 0.5rem 0;
color: #7f8c8d;
}
/* Hyperlink Styling */
a {
text-decoration: none;
color: #3498db;
font-weight: bold;
transition: color 0.3s, text-shadow 0.3s;
}
a:hover {
color: #2c3e50;
text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}
/* Footer */
.footer {
text-align: center;
padding: 1rem;
background-color: #2c3e50;
color: #ecf0f1;
position: absolute;
bottom: 0;
width: 100%;
}
</style>
</head>
<body>
<div class="navbar">
<h1>SlickNames</h1>
</div>
<div class="content">
<p>Hey! The domain you were just attempting to visit might be for sale! Interested? Shoot an email to <a href="/cdn-cgi/l/email-protection#88e0edf1c8fbe4e1ebe3e6e9e5edfba6ebe7e5"><span class="__cf_email__" data-cfemail="066e637f46756a6f656d68676b63752865696b">[email protected]</span></a> for more information.</p>
</div>
<div class="footer">
© 2024 SlickNames. All rights reserved.
</div>
<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script></body>
</html>