11 lines
307 B
PHP
11 lines
307 B
PHP
<?php
|
|
error_reporting(E_ERROR | E_PARSE);
|
|
header('Content-Type: text/html; charset=utf8');
|
|
include("componentes/header.php");
|
|
echo "<br>";
|
|
include("componentes/carrusel.php");
|
|
echo "<br><br>";
|
|
include("componentes/novedades.php");
|
|
include ("componentes/socialmedia.php");
|
|
include("componentes/footer.php");
|