BossBey File Manager
PHP:
7.4.33
OS:
Linux
User:
root
Root
/
home
/
vssraipur
/
public_html
📤 Upload
📝 New File
📁 New Folder
Close
Editing: videos.php
<?php include('header.php'); ?> <div class="page-title parallax parallax1"> <div class="overlay"></div> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="page-title-heading"> <h1 class="title">Videos</h1> <div class="breadcrumbs"> <ul> <li><a href="">Venkateshwar Signature School</a></li> <li>Videos</li> </ul> </div> </div> </div> </div> </div> </div> <section class="flat-row" style="padding-top: 40px;"> <div class="container-fluid"> <div class="row"> <div class="col-md-4 col-sm-6 col-xs-6" style="margin-bottom: 30px;"> <iframe width="640" height="390" src="https://www.youtube.com/embed/P5dPhc-MXhU?rel=0" frameborder="0" allowfullscreen="" data-ruffle-polyfilled=""></iframe> </div> <div class="col-md-4 col-sm-6 col-xs-6" style="margin-bottom: 30px;"> <iframe title="Impressions 2022-Venkateshwar Signature School| Top International School in Raipur|" width="640" height="360" src="https://www.youtube.com/embed/56Pjd-Le19Y?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" data-ruffle-polyfilled=""></iframe> </div> <div class="col-md-4 col-sm-6 col-xs-6" style="margin-bottom: 30px;"> <iframe title="An Interactive Documentary| Venkateshwar Signature School| Top School in Raipur" width="520" height="390" src="https://www.youtube.com/embed/hAVeUiN-ZQM?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" data-ruffle-polyfilled=""></iframe> </div> <div class="col-md-4 col-sm-6 col-xs-6" style="margin-bottom: 30px;"> <iframe title="Virtual Campus Tour| Venkateshwar Signature School| Best School in Raipur| #bestschoolinraipur" width="640" height="360" src=https://www.youtube.com/embed/BoYigIsCxLQ?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" data-ruffle-polyfilled=""></iframe> </div> <div class="col-md-4 col-sm-6 col-xs-6" style="margin-bottom: 30px;"> <iframe title="Inauguration Day- Venkateshwar Signature School| Top school in Raipur| Best school for Class 9th" width="640" height="360" src="https://www.youtube.com/embed/Irp_QcPxyl8?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" data-ruffle-polyfilled=""></iframe> </div> </div> </div> <!-- </section> --> <style> iframe { width: 100%; } </style> <?php include('footer.php'); ?>
Save
Cancel