viewmature.com Ads.txt file
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>404 error.</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body>
<center>
<div style="font-size:18px; font-weight:bold; margin:30px 0px 50px 0px;">
<strong> 404 error. The page cannot be found! Page will reload after <span id="timer">5</span>
<script type="text/javascript">
function startCountdown(){
startCountdown.counter = 5;
startCountdown.intervalHandler = setInterval(function(){
startCountdown.counter--;
document.getElementById('timer').innerHTML = startCountdown.counter;
if (startCountdown.counter == 1) {
window.location = '/';
}
}, 1000);
}
startCountdown();
</script>
seconds.
</strong></div>
</center>
</body>
</html>