File size: 144 Bytes
c2b5dbd
5d73a75
 
 
 
 
c2b5dbd
1
2
3
4
5
6
7
<?php include_once('inc/header.php');?>
<?php
    $txt = "compra un auto nuevo!";

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