ok
Direktori : /home/importfo/www/alphainvestmentadvisory.co.in/ |
Current File : /home/importfo/www/alphainvestmentadvisory.co.in/video.php |
<!DOCTYPE html> <html lang="en"> <!-- Mirrored from themeforest.kreativdev.com/finlance/finlance/about.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 11 Feb 2023 05:07:17 GMT --> <head> <title>Videos | Alpha Investment - paldi</title> <?php include('link.php') ?> </head> <body> <!-- header area start --> <?php include('header.php') ?> <!-- header area end --> <!-- hero area start --> <div class="about-bg breadcrumb-area about"> <div class="container"> <div class="service breadcrumb-txt"> <div class="row"> <div class="col-xl-7 col-lg-8 col-sm-10"> <span>Owr Videos</span> <h1>See and Learn Now</h1> <ul class="breadcumb"> <li><a href="index.php">Home</a></li> <li>Videos</li> </ul> </div> </div> </div> </div> <div class="breadcrumb-area-overlay"></div> </div> <!-- hero area end --> <section class="post_content" itemprop="articleBody"> <article class="myportfolio-container minimal-light" id="esg-grid-1-1-wrap"> <div id="esg-grid-1-1" class="esg-grid"> <ul> <?php $sql="SELECT * from video order by id desc"; $res=mysqli_query($db,$sql); while($row=mysqli_fetch_array($res)) { ?> <li class="filterall filter-chamber-ensembles filter-music-technology filter-voice filter-group filter-kids eg-melody-wrapper eg-post-id-163" data-date="1451995244"> <div class="esg-media-cover-wrapper"> <div class="esg-entry-media"><iframe width="100%" height="100%" src="<?php echo $row['videolink']; ?>" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe></div> </div> </li> <?php } ?> </ul> </div> </article> <div class="clear"></div> </section> <?php include('footer.php') ?> </body> <!-- Mirrored from themeforest.kreativdev.com/finlance/finlance/about.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 11 Feb 2023 05:07:17 GMT --> </html>