perahh commited on
Commit
eb67fdb
1 Parent(s): 52d3b45

modificacion en index.php

Browse files
Files changed (1) hide show
  1. app/index.php +2 -3
app/index.php CHANGED
@@ -1,7 +1,6 @@
1
- <?php include_once ('inc/header.php');
2
  <?php
3
- echo "Esperanza Hernandez Herrera!";?>
4
  ?>
5
- <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" />
6
  </body>
7
  </html>
 
1
+ <?php include_once ('inc/header.php');?>
2
  <?php
3
+ echo "Esperanza Hernandez Herrera!";
4
  ?>
 
5
  </body>
6
  </html>