MOON
Server: Apache/2.2.34 (Unix) mod_ssl/2.2.34 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 FrontPage/5.0.2.2635
System: Linux server.asjudinet.com 2.6.32-042stab141.3 #1 SMP Fri Nov 15 22:45:34 MSK 2019 i686
User: asjudine (504)
PHP: 5.2.17
Disabled: NONE
Upload Files
File: /home/asjudine/public_html/principal/video_empresa.php
<!DOCTYPE html>
<html lang="en">
<head>
    <!-- Required meta tags -->
    <meta charset="utf-8">
    <meta charset="iso-8859-1">
    <meta http-equiv="X-UA-Compatible" content="IE=8; IE=9; IE=edge" />
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    
    <link rel="stylesheet" href="../css/estilos.css">
    
    
    <title>Video Empresarial</title>
    
    
<style>
	
	.video{
		padding-top: 20px;
		margin: 0 auto;
		text-align: center;
		width: 100%;
		max-width: 600px;
		height:auto;
	}
	
	@media only screen and (max-width: 480px){
		.video{
			width: 100%;
		}
	}

</style>
    
</head>
<body>

<?php require('../headerint.php'); ?>
<?php require('../navint.php'); ?>


<main class="main" align="center">
   	<video controls class="video" src="../ELEMENTS/videos/video_empresarial_inter.mp4"></video>
</main>

<?php include ('../footerint.php') ?>
    
</body>
</html>