File size: 143 Bytes
b0bc4ef
992a81c
 
5d73a75
992a81c
 
b0bc4ef
1
2
3
4
5
6
7
<?php include_once('inc/header.php');?>
<?php
    $txt = "que comeremos hoy ;)";

    echo $txt;
    ?>
<?php include_once('inc/footer.php');?>