Testpanel klasörüne güncel dosyalar eklendi

This commit is contained in:
2026-04-20 22:28:31 +03:00
commit eb7e1a2b0f
107 changed files with 16317 additions and 0 deletions

29
testpanel/api/sport.php Normal file
View File

@@ -0,0 +1,29 @@
<html>
<head>
<meta name="viewport" content='width=device-width, initial-scale=1.0,text/html,charset=utf-8'>
<style>
body {
margin: 0;
/* Reset default margin */
}
iframe {
display: block;
background: #000;
border: none;
height: 100vh;
width: 100vw;
}
</style>
</head>
<body>
<?php
$url = "https:\/\/forzafootball.com\/#sportId=1";
?>
<iframe id="iframe" src="<?=$url?>" frameborder="0" scrolling="auto"></iframe>
</body>
</html>