simplebystephanie.com Ads.txt file
<!DOCTYPE html><html lang="id"><head>
<!-- nox -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="google-site-verification" content="qm2vKfbuMX9sggreudR192ghld-OJsL0V-2pQBSsdiM">
<title>Jago189 - Tempat Hiburan Digital Impian Bikin Untung!</title>
<meta name="description" content="Nikmati JAGO189, tempat hiburan digital online favorit dan raih keuntungan setiap hari!">
<meta name="keywords" content="JAGO189, JAGO 189, JAGO189 login, JAGO189 link alternatif">
<link rel="canonical" href="https://constancebriscoe.com/">
<link rel="amphtml" href="https://constancebriscoe.com/amp">
<link rel="icon" type="image/x-icon" href="assets/images/fav-jago189.webp">
<style>
/* Reset & Basic */
* {
box-sizing: border-box;
}
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background: #f9f9f9;
color: #333;
}
a {
color: #b71212;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
/* Header */
#header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px 20px;
background-color: #000;
color: white;
flex-wrap: wrap;
}
#header img {
max-width: 150px;
height: auto;
background-color: black;
padding: 10px;
}
#navbar {
list-style: none;
display: flex;
gap: 20px;
margin: 0;
padding: 0;
}
#navbar li {
display: inline;
}
#navbar li a {
color: white;
font-weight: 600;
padding: 8px 12px;
border-radius: 4px;
transition: background-color 0.3s ease;
}
#navbar li a.active,
#navbar li a:hover {
background-color: #b71212;
color: white;
}
/* Responsive navbar for mobile */
@media (max-width: 768px) {
#header {
flex-direction: column;
align-items: flex-start;
}
#navbar {
flex-direction: column;
width: 100%;
}
#navbar li {
margin-bottom: 10px;
}
}
/* Product Details Section */
#productdetails {
display: flex;
flex-wrap: wrap;
padding: 20px;
background-color: white;
max-width: 1200px;
margin: 30px auto;
border-radius: 8px;
box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.single-pro-image,
.single-pro-details {
flex: 1 1 50%;
padding: 15px;
}
.single-pro-image img#MainImg {
width: 100%;
border-radius: 8px;
margin-bottom: 15px;
cursor: pointer;
transition: transform 0.3s ease;
}
.single-pro-image img#MainImg:hover {
transform: scale(1.05);
}
.small-image-group {
display: flex;
gap: 10px;
}
.small-img-col {
flex: 1;
}
.small-img-col img {
width: 100%;
cursor: pointer;
border-radius: 5px;
border: 2px solid transparent;
transition: border-color 0.3s ease;
}
.small-img-col img:hover {
border-color: #b71212;
}
.single-pro-details h1 {
font-size: 2.8rem;
margin-bottom: 10px;
color: #222;
}
.single-pro-details h2 {
font-weight: 600;
margin-bottom: 15px;
color: #b71212;
}
.single-pro-details strong p {
font-size: 1.4rem;
color: #555;
margin-bottom: 20px;
}
.add-to-cart {
display: inline-block;
background-color: #b71212;
color: white;
padding: 15px 25px;
font-size: 18px;
text-align: center;
border-radius: 8px;
width: 100%;
box-sizing: border-box;
cursor: pointer;
transition: background-color 0.3s ease;
text-transform: uppercase;
font-weight: 700;
margin-bottom: 30px;
user-select: none;
text-decoration: none;
display: flex;
justify-content: center;
align-items: center;
}
.add-to-cart:hover {
background-color: #2a044f;
text-decoration: none;
color: white;
}
.single-pro-details p {
font-size: 1rem;
line-height: 1.6;
margin-bottom: 20px;
text-align: justify;
color: #444;
}
.single-pro-details p a {
font-weight: 600;
color: #b71212;
}
/* Newsletter Section */
#newsletter {
background-color: #222;
color: white;
padding: 40px 20px;
text-align: center;
}
#newsletter h3 {
margin-bottom: 10px;
font-size: 1.8rem;
}
#newsletter p {
font-size: 1.1rem;
margin-bottom: 20px;
color: #ddd;
}
#newsletter input[type="text"] {
padding: 12px 15px;
width: 280px;
max-width: 90%;
border: none;
border-radius: 5px 0 0 5px;
font-size: 1rem;
outline: none;
}
#newsletter button.normal {
padding: 13px 20px;
background-color: #b71212;
color: white;
border: none;
font-weight: 700;
font-size: 1rem;
border-radius: 0 5px 5px 0;
cursor: pointer;
transition: background-color 0.3s ease;
}
#newsletter button.normal:hover {
background-color: #2a044f;
}
/* Footer */
footer.section-p1 {
background-color: #111;
color: #ddd;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 20px;
gap: 20px;
}
footer.section-p1 .col {
flex: 1;
min-width: 200px; /* Agar tidak terlalu kecil */
}
footer .col {
flex: 1 1 200px;
min-width: 220px;
}
footer .logo {
max-width: 120px;
margin-bottom: 20px;
background-color: black;
padding: 15px;
border-radius: 8px;
}
footer h3 {
margin-bottom: 15px;
color: white;
font-weight: 700;
}
footer p,
footer a {
color: #bbb;
text-decoration: none;
display: block;
margin-bottom: 10px;
}
footer a:hover {
color: #b71212;
}
footer .follow .icon i {
font-size: 18px;
margin-right: 12px;
color: #bbb;
transition: color 0.3s ease;
cursor: pointer;
}
footer .follow .icon i:hover {
color: #b71212;
}
footer .install img {
max-width: 80px;
margin-right: 15px;
border-radius: 6px;
}
footer .copyright {
text-align: center;
width: 100%;
margin-top: 30px;
font-size: 0.9rem;
color: #888;
}
/* Responsive Footer */
@media (max-width: 768px) {
footer.section-p1 {
flex-direction: column;
align-items: center;
gap: 20px;
}
}
</style>
<!-- FontAwesome CDN -->
<script src="https://kit.fontawesome.com/a076d05399.js" crossorigin="anonymous"></script>
</head>
<body>
<section id="header">
<img src="assets/images/logo-jago189.webp" alt="JAGO189 logo" width="201" height="400">
<div>
<ul id="navbar">
<li><a class="active" href="https://constancebriscoe.com/">TOKO</a></li>
<li><a href="https://direct.lc.chat/13164537/37/">LIVECHAT</a></li>
<li id="lg-bag"><a href="https://jago189x.art/"><i class="far fa-shopping-bag">LINK ALTERNATIF</i></a></li>
<a href="https://constancebriscoe.com/" id="close"><i class="far fa-times">-</i></a>
</ul>
</div>
</section>
<section id="productdetails" class="section-p1">
<div class="single-pro-image">
<img src="assets/images/banner-jago189.webp" width="100%" id="MainImg" alt="Jago189 - Tempat Hiburan Digital Impian Bikin Untung!" width="600" height="600">
</div>
<div class="single-pro-details">
<p>Top Up Minimal</p>
<strong>
<p>Rp 10.000</p>
</strong>
<a class="add-to-cart" href="https://jago189x.art/"><span>🎯 Gabung, buktiin!🎯</span></a>
</div>
<h1>Jago189 - Tempat Hiburan Digital Impian Bikin Untung!</h1>
<p><span style="color: #ff0000;"><strong><a style="color: #ff0000;" href="https://constancebriscoe.com/">JAGO189</a></strong></span> merupakan tempat hiburan digital yang mengutamakan keamanan pengguna. Kalian akan merasakan akses cepat, login terasa aman, dan antarmuka yang ramah. Tentu saja dengan promosi yang menggiurkan seperti bonus top up bagi tiap kalian yang daftar di platform ini, bagi pemain lama jangan khawatir kalian cek aja di halaman promosi kami, bikin kalian bersemangat ngejar impian kalian untuk dapet jepe, tentu situs ini bukan abal abal berapa kemangan kalian akan pasti di bayar, jadi kalian tenang aja, proses wede juga cukup cepat dan ga ribet. buat kalian yang cari hiburan sekaligus untung cobain deh!</p>
</section>
<footer class="section-p1">
<div class="col">
<img class="logo" src="assets/images/logo-jago189.webp" alt="JAGO189 logo" width="70" height="70">
<h2>Kontak</h2>
<p><strong>Alamat:</strong> Saitama, Javanesse</p>
<p><strong>Jam Terbang:</strong> 12AM - 12PM Non Stop</p>
<div class="follow">
</div>
<div class="col">
<h3>GUYS, CEK LINK DIBAWAH !</h3>
<br>
<!-- Link ke halaman RTP -->
<a href="https://rtp.jago189a.store/" target="_blank">
<img src="assets/images/logo-rtp.gif" alt="JAGO189 RTP" width="70" height="70">
</a>
<br>
<!-- Link ke Download APK -->
<a href="https://app.jago189a.store/" target="_blank">
<img src="assets/images/logo-dwnload.gif" alt="JAGO189 Download APK" width="70" height="70">
</a>
</div>
<div class="copyright">
<p>Created By SEO LuX | All Rights Reserved JAGO189 | © 2025</p>
</div>
</div></footer>
<script>
var mainImg = document.getElementById("MainImg");
var smallImg = document.getElementsByClassName("small-img");
for (let i = 0; i < smallImg.length; i++) {
smallImg[i].onclick = function () {
mainImg.src = smallImg[i].src;
};
}
</script>
</body></html>