lazy19 / app /Constantes.php
perahh's picture
Creando constantes.php
1add58d
raw
history blame
No virus
391 Bytes
<!DOCTYPE html>
<html>
<body>
<p>
<?php
define("MENSSAGE","Happy learning");
echo MESSAGE;
?>
</p>
<img src="https://static.vecteezy.com/system/resources/previews/000/672/440/original/back-to-school-mother-and-daughter-kissing-vector.jpg" alt="Madre eh hija" width="500" />
</body>
</html>