scrabbl.com Ads.txt file
<!doctype html>
<html lang="en">
<link rel="stylesheet" href="/bootstrap/bootstrap.min.css" type="text/css"/>
<head>
<title>Giffy Error</title>
<style>
.giffy_logo {
width: 40%;
float: right;
margin-right: 5%;
}
h1 {
font-family: Roboto, sans-serif;
text-align: center;
}
.border {
border: 1px solid #00000014;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
padding: 6px 40px 0px 40px;
margin: 20%;
height:60%;
background-color: #ffffff;
margin-top:6%;
}
.styled-table {
border-collapse: collapse;
margin: 25px 0;
font-size: 18px;
font-family: Roboto, sans-serif;
width: 80%;
max-width: 600px;
margin-left: auto;
margin-right: auto;
border: 1px solid #ddd;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
margin-bottom: 8%;
}
.styled-table tr {
background-color: #f2f2f2;
}
.styled-table tr:nth-child(even) {
background-color: #f9f9f9;
}
.styled-table th,
.styled-table td {
padding: 12px 15px;
text-align: left;
}
.styled-table th {
background-color: #4CAF50;
color: white;
font-weight: bold;
text-transform: uppercase;
}
.styled-table td {
color: #555;
}
.styled-table tr:hover {
background-color: #f1f1f1;
}
.styled-table td:first-child {
font-weight: bold;
color: #333;
}
</style>
</head>
<body>
<div class="container-fluid">
<div class="border">
<div class="row">
<div class="col-md-8 col-sm-8">
<img src="/images/Giffy.png" class="giffy_logo">
</div>
<div class="col-md-4 col-sm-4">
</div>
</div>
<div>
<h1>
An Application Error Has Occurred
</h1>
<table class="styled-table">
<tr><td>Path</td><td>/ads.txt</td></tr>
<tr><td>Message</td><td>No message available</td></tr>
<tr><td>Error </td><td>Not Found</td></tr>
<tr><td>Status</td><td>404</td></tr>
<tr><td>Timestamp </td><td>Wed Sep 10 08:50:30 UTC 2025</td></tr>
</table>
</div>
</div>
</div>
</body>
</html>