2019-02-07 20:37:12 -06:00
|
|
|
<?php
|
2019-03-05 20:45:50 -06:00
|
|
|
error_reporting(E_ERROR | E_PARSE);
|
2019-04-03 12:09:10 -06:00
|
|
|
header('Content-Type: text/html; charset=utf8');
|
2019-02-07 20:37:12 -06:00
|
|
|
include("componentes/header.php");
|
2019-04-03 16:46:07 -06:00
|
|
|
echo "<br>";
|
2019-02-07 20:37:12 -06:00
|
|
|
include("componentes/carrusel.php");
|
2019-02-08 16:28:09 -06:00
|
|
|
echo "<br><br>";
|
|
|
|
|
include("componentes/novedades.php");
|
2019-02-08 15:45:36 -06:00
|
|
|
include ("componentes/socialmedia.php");
|
2019-02-07 20:37:12 -06:00
|
|
|
include("componentes/footer.php");
|