<?php
include("cabecera.php");
include(
"menu.php");
?>
<main>
    <div class="content">Section 1</div>
    <div class="content">Section 2</div>
    <div class="content">Section 3</div>
</main>
<?php
include("pie.php");
?>