stt / index.html
Reaperxxxx's picture
Update index.html
f6a56eb verified
Raw
History Blame Contribute Delete
655 Bytes
<!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>