File size: 655 Bytes
e5d4f78
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f6a56eb
e5d4f78
 
 
 
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
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Live Match Stream</title>
  <style>
    body {
      margin: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      background: #111;
    }
    iframe {
      border: none;
      width: 90%;
      height: 80%;
    }
  </style>
</head>
<body>
  <iframe 
    src="https://ppdd08.playerktidfintkd.shop/live.html?_pa=bWF0Y2hJZD0yODkxNjg4Jm10VGV4dD1mb290YmFsbCZzaXRlS2V5PThzZSZza3B0TnVtPTNyZA==&_pb=undefined" 
    allowfullscreen
  ></iframe>
</body>
</html>