|
<script disable-devtool-auto src="https://cdn.jsdelivr.net/npm/disable-devtool@latest"></script>
|
|
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<style>
|
|
.alert {
|
|
padding: 20px;
|
|
background-color: #f44336;
|
|
color: white;
|
|
opacity: 1;
|
|
transition: opacity 0.6s;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.alert.success {background-color: #04AA6D;}
|
|
.alert.info {background-color: #2196F3;}
|
|
.alert.warning {background-color: #ff9800;}
|
|
|
|
.closebtn {
|
|
margin-left: 15px;
|
|
color: white;
|
|
font-weight: bold;
|
|
float: right;
|
|
font-size: 22px;
|
|
line-height: 20px;
|
|
cursor: pointer;
|
|
transition: 0.3s;
|
|
}
|
|
|
|
.closebtn:hover {
|
|
color: black;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="alert">
|
|
<span class="closebtn">×</span>
|
|
<center><span style="color:#000000;"><span style="font-size:18px;"><strong>NOTE: POPUPS: Firestick users CLICK STAY HERE</strong></span></span></center></div>
|
|
|
|
<script>
|
|
var close = document.getElementsByClassName("closebtn");
|
|
var i;
|
|
|
|
for (i = 0; i < close.length; i++) {
|
|
close[i].onclick = function(){
|
|
var div = this.parentElement;
|
|
div.style.opacity = "0";
|
|
setTimeout(function(){ div.style.display = "none"; }, 5);
|
|
}
|
|
}
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|
|
|
|
<style>
|
|
body {
|
|
margin: 0;
|
|
}
|
|
iframe {
|
|
display: block;
|
|
background: #000;
|
|
border: none;
|
|
height: 100vh;
|
|
width: 100vw;
|
|
}
|
|
</style>
|
|
<iframe frameborder="0" scrolling="yes" width="100%" height="100%" src="https://heartive.pages.dev/" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true"></iframe>
|
|
|