File size: 174 Bytes
f0d8e57
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
<?php include_once('inc/header.php');?>
    <?php
        define("MESSAGE","RUUUUUMMMMMMM🚘🚜!!!");


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