File size: 158 Bytes
9119b13
 
 
 
 
 
 
1
2
3
4
5
6
7
<?php include_once('inc/header.php');?>
    <?php
        $txt = "Jump high superstar";

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