File size: 238 Bytes
90a7895
 
8f06252
90a7895
 
 
 
 
1
2
3
4
5
6
7
8
9
<?php include_once('inc/header.php');?>
    <?php
        define("MESSAGE" , "INSTITUTO πŸ›οΈ, TECNOLOGICO πŸ‘©β€πŸ’», SUPERIOR πŸ‘©β€πŸ’Ό, DE, ZONGOLICA 🏣");

        print MESSAGE;
    ?>
<?php include_once('inc/footer.php');?>