File size: 1,630 Bytes
23388e3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!--- Alert Box Starts --->
<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">&times;</span>  
  <center><span style="color:#000000;"><span style="font-size:18px;"><strong>NOTE: 1 POPUP: 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>
<!--- Alert Box Ends --->

<head><style>body {background-image: url('/firestick/core/images/page.background.jpg');}</style>
<div style="border: 0px solid rgb(201, 0, 1); overflow: hidden; margin: 15px auto; max-width: 1200px;">
<iframe scrolling="yes" src="https://www.livetvuk.com/tv" allowfullscreen style="border: 0px none; margin-left: 10px; height: 1600px; margin-top: -370px; width: 1200px;" scrolling="false"></iframe></div>
<br>