examen / app /variable.php
PerlaHM's picture
se modifico y se agrego
90a7895
raw
history blame contribute delete
174 Bytes
<?php include_once('inc/header.php');?>
<?php
define("MESSAGE","Jump high superstar!✨");
print MESSAGE;
?>
<?php include_once('inc/footer.php');?>