Testpanel klasörüne güncel dosyalar eklendi
This commit is contained in:
29
testpanel/api/sport.php
Normal file
29
testpanel/api/sport.php
Normal 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>
|
||||
Reference in New Issue
Block a user