D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
skyconb
/
newsyacine
/
Filename :
channel_hd1.html
back
Copy
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>مشاهدة مباشرة للقناة HD1</title> <style> /* لجعل الإطار يملأ الشاشة بالكامل */ body, html { margin: 0; padding: 0; height: 100%; overflow: hidden; /* لإخفاء أي شريط تمرير */ background-color: black; } #video-frame { width: 100%; height: 100%; border: none; /* إزالة الحدود */ } </style> </head> <body> <iframe id="video-frame" src="https://sportzonline.st/channels/hd/hd1.php" allowfullscreen allow="autoplay; fullscreen; picture-in-picture"> </iframe> </body> </html>