perahh commited on
Commit
3396092
1 Parent(s): 34887ad

update index.php

Browse files
Files changed (2) hide show
  1. app/index.html +16 -0
  2. app/index.php +5 -3
app/index.html ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <style>
4
+ body {
5
+ width: 100vw;
6
+ display: flex;
7
+ flex-direction: column;
8
+ }
9
+ </style>
10
+ <body>
11
+ <?php
12
+ echo "Esperanza Hernandez Herrera!";
13
+ ?>
14
+ <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" />
15
+ </body>
16
+ </html>
app/index.php CHANGED
@@ -1,9 +1,11 @@
1
  <!DOCTYPE html>
2
  <html>
3
  <body>
 
4
  <?php
5
- echo "Esperanza Hernandez Herrera!";
6
- ?>
7
- <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" />
 
8
  </body>
9
  </html>
 
1
  <!DOCTYPE html>
2
  <html>
3
  <body>
4
+ <p>
5
  <?php
6
+ echo "Esperanza Hernandez Herrera!";
7
+ ?>
8
+ </p>
9
+ <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" />
10
  </body>
11
  </html>