perahh commited on
Commit
1add58d
1 Parent(s): faafd79

Creando constantes.php

Browse files
Files changed (1) hide show
  1. app/Constantes.php +13 -0
app/Constantes.php ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <body>
4
+ <p>
5
+ <?php
6
+ define("MENSSAGE","Happy learning");
7
+
8
+ echo MESSAGE;
9
+ ?>
10
+ </p>
11
+ <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" />
12
+ </body>
13
+ </html>