23 lines
194 B
PHP
23 lines
194 B
PHP
<?php get_header();
|
|
the_post();
|
|
?>
|
|
<h2>estamos en home.php</h2>
|
|
<!--estamos en home.php-->
|
|
|
|
|
|
<div id="conteiner">
|
|
|
|
</div>
|
|
|
|
|
|
<?php get_footer(); ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|