ok
Direktori : /home/shopnoc1/www/ |
Current File : /home/shopnoc1/www/videogallery.php |
<?php require_once 'header.php';?> <!--gallery --> <div class="container"> <div class="row"> <div class="col-sm-12"> <h1 class="bg-success py-2 m-1 text-center text-white">Video gallery</h1> </div> </div> <div class="row"> <div class="col-sm-6"> <video width="100%" height="300" controls> <source src="video/1.mp4" type="video/mp4"> Your browser does not support the video tag. </video> </div> <div class="col-sm-6"> <video width="100%" height="300" controls> <source src="video/2.mp4" type="video/mp4"> Your browser does not support the video tag. </video> </div> <div class="col-sm-6"> <video width="100%" height="300" controls> <source src="video/3.mp4" type="video/mp4"> Your browser does not support the video tag. </video> </div> <div class="col-sm-6"> <video width="100%" height="300" controls> <source src="video/4.mp4" type="video/mp4"> Your browser does not support the video tag. </video> </div> </div> </div> <?php require_once 'footer.php';?>