-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvideos.php
31 lines (29 loc) · 1008 Bytes
/
videos.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?php
include ('header.php');
?>
<body>
<!--MAIN-->
<div id="videos" class="main">
<div class="text">
<br>
<div class="section-text">
<h3>VIVIDeos</h3>
<iframe width="750" height="450" src="https://www.youtube.com/embed/YtUIUebrod8" frameborder="0" allowfullscreen></iframe>
</div>
</br>
<br>
<div class="section-text">
<iframe width="750" height="450" src="https://www.youtube.com/embed/4j6TcLiANW8" frameborder="0" allowfullscreen></iframe>
</div>
</br>
<br>
<div class="section-text">
<iframe width="750" height="450" src="https://www.youtube.com/embed/_yAQQuy91rM" frameborder="0" allowfullscreen></iframe>
</div>
</br>
</div>
</div>
</body>
<?php
include ('footer.php');
?>