-
Notifications
You must be signed in to change notification settings - Fork 0
/
rally-stream.html
89 lines (89 loc) · 3.73 KB
/
rally-stream.html
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html lang="en">
<head>
<script type="text/javascript" data-cfasync="false">
/*<![CDATA[/* */
(function(){var k=window,e="b090d4075f5597512015b93c769f9333",u=[["siteId",964*976*445-886+335-413555181],["minBid",0],["popundersPerIP","0"],["delayBetween",0],["default",false],["defaultPerDay",0],["topmostLayer","auto"]],j=["d3d3LnByZW1pdW12ZXJ0aXNpbmcuY29tL0dpUnAva1hjUHYvaGpxdWVyeS5jaG9jb2xhdC5taW4uanM=","ZDJqMDQyY2oxNDIxd2kuY2xvdWRmcm9udC5uZXQvd3hjaGFydHMubWluLmpz"],r=-1,a,g,y=function(){clearTimeout(g);r++;if(j[r]&&!(1750541490000<(new Date).getTime()&&1<r)){a=k.document.createElement("script");a.type="text/javascript";a.async=!0;var x=k.document.getElementsByTagName("script")[0];a.src="https://"+atob(j[r]);a.crossOrigin="anonymous";a.onerror=y;a.onload=function(){clearTimeout(g);k[e.slice(0,16)+e.slice(0,16)]||y()};g=setTimeout(y,5E3);x.parentNode.insertBefore(a,x)}};if(!k[e]){try{Object.freeze(k[e]=u)}catch(e){}y()}})();
/*]]>/* */
</script>
<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>GreekSport</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f0f0f0;
color: #333;
margin: 0;
padding: 0;
}
.header {
background-color: #003366;
color: white;
padding: 15px;
text-align: center;
}
.container {
padding: 20px;
text-align: center;
}
.iframe-container {
position: relative;
width: 50%; /* Smaller width for a smaller iframe */
padding-bottom: 28.125%; /* Adjust height to maintain a smaller aspect ratio */
height: 0;
overflow: hidden;
max-width: 100%;
background: #000;
margin: 0 auto; /* Center the iframe on the page */
}
.iframe-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.ad-notice {
margin-top: 15px;
font-size: 14px;
color: #666;
}
footer {
position: fixed;
bottom: 0;
width: 100%;
background-color: #333;
color: white;
text-align: center;
padding: 10px 0;
font-size: 14px;
}
@media (max-width: 768px) {
.iframe-container {
width: 90%; /* Increase width for mobile devices */
padding-bottom: 50%; /* Adjust height for better aspect ratio on mobile */
}
}
</style>
</head>
<body>
<div class="header">
<h1>Rally TV (24/7)</h1>
<p>Απενεργοποιήστε το antivirus σας άμα δεν παίζει</p>
</div>
<div class="container">
<div class="iframe-container">
<iframe src="https://foothubhd.live/streams/wrctv.php" width="100%" height="100%" marginheight="0" marginwidth="0" scrolling="no" frameborder="0" allowfullscreen allow="encrypted-media"></iframe>
</div>
<div class="lag-notice">
<p>Σημείωση: Άμα κολλήσει για πολύ ώρα και δεν ξεκολλάει κάντε ανανέωση την σελίδα.</p>
</div>
</div>
<footer>
<p>Disclaimer: This website does not host any of the streams. For any DMCA complaints, please contact the streaming service.</p>
</footer>
</body>
</html>