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>