Şuanki Dizin: /home/wwwdreamtechnolo/public_html/b2bflight.com/B2BFlight/project/dashboard/ |
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/b2bflight.com/B2BFlight/project/dashboard/sub-course-video.php |
<!doctype html> <html lang="en" dir="ltr"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title> </title> <link rel="stylesheet" href="styles.css"> </head> <style> body { font-family: Arial, sans-serif; margin: 0; padding: 0; display: flex; justify-content: center; align-items: center; height: 100vh; background-color: #f4f4f4; } .video-container { display: flex; width: 80%; max-width: 1200px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); background: #fff; } .main-video { flex: 2; padding: 20px; } .main-video video { width: 100%; height: auto; } .playlist { flex: 1; border-left: 1px solid #ddd; overflow-y: auto; max-height: 80vh; } .playlist h3 { text-align: center; background: #f8f8f8; margin: 0; padding: 15px; border-bottom: 1px solid #ddd; } .playlist ul { list-style: none; padding: 0; margin: 0; } .playlist ul li { display: flex; padding: 10px; border-bottom: 1px solid #ddd; cursor: pointer; transition: background 0.3s; } .playlist ul li:hover { background: #f0f0f0; } .playlist ul li img { width: 80px; height: 45px; object-fit: cover; margin-right: 10px; } .playlist ul li .video-info { flex: 1; } .playlist ul li .video-info h4 { margin: 0 0 5px; font-size: 14px; color: #333; } .playlist ul li .video-info p { margin: 0; font-size: 12px; color: #666; } </style> <body> <div class="video-container"> <div class="main-video"> <video controls> <source src="path_to_your_video.mp4" type="video/mp4"> Your browser does not support the video tag. </video> </div> <div class="playlist"> <h3>Playlist</h3> <ul> <li> <img src="thumbnail1.jpg" alt="Video 1"> <div class="video-info"> <h4>Video Title 1</h4> <p>Video description or other details</p> </div> </li> <li> <img src="thumbnail2.jpg" alt="Video 2"> <div class="video-info"> <h4>Video Title 2</h4> <p>Video description or other details</p> </div> </li> <!-- Add more list items as needed --> </ul> <?php ?> </div> </div> </body> </html>
Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4