File size: 165 Bytes
0824a25
e3333a0
0824a25
 
e3333a0
0824a25
 
 
1
2
3
4
5
6
7
8
<?php include_once('inc/header.php');?>
    <?php
        define("MESSAGE","Happy Learning!");


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