tutza.com Ads.txt file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Tutza Offline</title>
<style type="text/css">
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");
body {
margin: 20px 25px;
padding: 0;
font-family: "Open Sans", Arial, Helvetica, sans-serif;
font-size: 13px;
color: #222;
text-decoration: none;
background: #fff;
}
h1 {
margin: 0 0 10px 0;
padding: 0;
font-size: 3em;
font-weight: 400;
}
h2 {
margin: 0;
padding: 0;
font-size: 2em;
font-weight: 400;
}
a {
text-decoration: none;
color: #27CCC0;
}
i.fa {
position: absolute;
top: 30px;
right: 40px;
font-size: 150px;
}
@media only screen and (max-width:900px) {
i.fa {
display: none;
}
}
</style>
</head>
<body>
<h1><a href="https://tutza.com">Tutza</a></h1>
<h2>Tutza is currently undergoing maintenance and will be back online shortly. Please check back soon...</h2>
<i class="fa fa-exclamation-triangle"></i>
</body>
</html>