cakecrumbsbeachsand.com Ads.txt file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Kanit&display=swap" rel="stylesheet">
<style>
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
padding: 0;
margin: 0;
}
#notfound {
position: relative;
height: 100vh;
}
#notfound .notfound {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.notfound {
max-width: 767px;
width: 100%;
line-height: 1.4;
text-align: center;
padding: 15px;
}
.notfound .notfound-404 {
position: relative;
height: 220px;
}
.notfound .notfound-404 h1 {
font-family: 'Kanit', sans-serif;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 186px;
font-weight: 200;
margin: 0px;
background: linear-gradient(130deg, #ffa34f, #ff6f68);
color:transparent;
-webkit-background-clip: text;
background-clip: text;
text-transform: uppercase;
}
.notfound h2 {
font-family: 'Kanit', sans-serif;
font-size: 33px;
font-weight: 200;
text-transform: uppercase;
margin-top: 0px;
margin-bottom: 25px;
letter-spacing: 3px;
}
.notfound p {
font-family: 'Kanit', sans-serif;
font-size: 16px;
font-weight: 200;
margin-top: 0px;
margin-bottom: 25px;
}
.notfound a {
font-family: 'Kanit', sans-serif;
color: #ff6f68;
font-weight: 200;
text-decoration: none;
border-bottom: 1px dashed #ff6f68;
border-radius: 2px;
}
.notfound-social>a {
display: inline-block;
height: 40px;
line-height: 40px;
width: 40px;
font-size: 14px;
color: #ff6f68;
border: 1px solid #efefef;
border-radius: 50%;
margin: 3px;
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
.notfound-social>a:hover {
color: #fff;
background-color: #ff6f68;
border-color: #ff6f68;
}
@media only screen and (max-width: 480px) {
.notfound .notfound-404 {
position: relative;
height: 168px;
}
.notfound .notfound-404 h1 {
font-size: 142px;
}
.notfound h2 {
font-size: 22px;
}
}
.countdown {
font-size: 3rem;
font-weight: bold;
text-align: center;
margin-top: 20%;
}
</style>
<link type="text/css" rel="stylesheet" href="css/default.css" />
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<meta name="robots" content="noindex, follow">
</head>
<body>
<div id="notfound">
<div class="notfound">
<div class="notfound-404">
<h1>Oops!</h1>
</div>
<h3>http://cakecrumbsbeachsand.com/ads.txt</h3>
<h2>Tidak ditemukan</h2>
<p>
Halaman yang anda cari mungkin telah dipindahkan atau tidak dapat diakses sementara.
<br/>
<a href="/">Kembali ke Beranda</a>
</p>
<div class="countdown">
<p>Otomatis alihkan ke halaman utama dalam <span id="countdown">5</span> detik...</p>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script>
$(document).ready(function() {
let countdownValue = 5;
let countdownInterval = setInterval(function() {
countdownValue--;
$('#countdown').text(countdownValue);
if (countdownValue === 0) {
clearInterval(countdownInterval);
window.location.href = "/";
}
}, 1000);
setTimeout(function() {
window.location.href = "/";
}, 5000);
});
</script>
</body>
</html>