bazaar.tf Ads.txt file
<html>
<head>
<style>
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: white;
background-color: #252525;
background-image: url(./bg.jpg);
background-position-x: center;
background-repeat: no-repeat;
}
.container {
margin-top: 0px;
position: relative;
margin-left:auto;
margin-right:auto;
width: 800px;
height: 600px;
background-color: rgba(0,0,0, 0.3)
}
.tombstone {
margin: 0;
position: absolute;
top: 20%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
justify-content: center;
align-items: center;
background-size: contain;
background-repeat: no-repeat;
width: 800px;
height: 600px;
}
.logo {
position: absolute;
top: 100px;
left: 245px;
}
.logo img {
visibility: hidden;
width: 100px;
height: auto;
}
.bazaar {
position: relative;
top: 200px;
text-align: center;
font-weight: 800;
font-size:40px;
}
.years {
position: relative;
top: 200px;
text-align: center;
font-weight: 100;
font-size:22px;
}
.message {
position: relative;
top: 220px;
text-align: center;
font-size: 16px;
}
.message a {
color: white;
}
.idler {
position: relative;
top: 600px;
text-align: center;
font-size: 8px;
}
.idler a {
color: rgb(114, 114, 114);
}
.FixTF2 {
position: relative;
top: 420px;
}
.FixTF2 img {
width: 500px;
margin-left: auto;
margin-right: auto;
display: block;
}
</style>
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JLT5L2VH8R"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-JLT5L2VH8R');
</script>
<body>
<div class="container">
<div class="tombstone">
<div class="logo">
<img src="/logo.svg">
</div>
<div class="bazaar">
bazaar.tf
</div>
<div class="years">
2012-2023
</div>
<div class="message">
<a href="https://steamcommunity.com/groups/tf2bazaar/announcements/detail/3681181005688491937">what happened?</a>
</div>
<div class="idler">
<a href="https://crystalbazaar.unboxer.tf/">crystal bazaar @ unboxer.tf</a>
</div>
</div>
</div>
</body>
</html>