modificacion en index.php
Browse files- 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>
|