perahh commited on
Commit
347a7f0
1 Parent(s): c4e67fe

modificacion de index.php

Browse files
Files changed (1) hide show
  1. app/index.php +8 -3
app/index.php CHANGED
@@ -1,3 +1,8 @@
1
- <?php
2
- echo("<h1>hola, soy Esperanza Hernandez Herrera</h1>");
3
- ?>
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <body>
4
+ <?php
5
+ echo "Esperanza Hernandez Herrera!";
6
+ ?>
7
+ </body>
8
+ </html>