File size: 173 Bytes
ad75790
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
<?php include_once('inc/header.php');?>
    <?php
        define("MESSAGE","Jump high superstar!✨");


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