File size: 190 Bytes
f36337e
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
<?php include_once('inc/header.php');?>
       <?php

              define("MESSAGE" ,"Jump high supuestar");

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