-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvideos.php
19 lines (14 loc) · 860 Bytes
/
videos.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php include('./components/header.php'); ?>
<center>
<div class="mt-4 mb-4" data-aos="fade-up">
<div class="">
<iframe width="1300" height="700" src="https://www.youtube.com/embed/RmEdsxa98L8" title="Inter College Sports Tournament - Spardha'24 | NIMS University" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</div>
<div class="mt-4 mb-4" data-aos="fade-up">
<div class="">
<iframe width="1300" height="700" src="https://www.youtube.com/embed/Y94dltOb9xs" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</div>
</center>
<?php include('./components/footer.php') ?>