lazy19 / app /Constantes.php
perahh's picture
modificacion en index.php
52d3b45
raw
history blame
No virus
390 Bytes
<!DOCTYPE html>
<html>
<body>
<p>
<?php
define("MESSAGE","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>