MOON
Server: Apache
System: Linux kvm.asjudinet.com 5.14.0-611.54.6.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Fri May 15 04:23:18 EDT 2026 x86_64
User: asjudine (1001)
PHP: 8.0.30
Disabled: exec,passthru,shell_exec,system
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>