ladogton2010 commited on
Commit
1fb5423
·
1 Parent(s): 346f7e5
Files changed (2) hide show
  1. app/example.php +8 -0
  2. app/index.php +1 -0
app/example.php CHANGED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <body>
4
+ <?php
5
+ echo "My first PHP script!";
6
+ ?>
7
+ </body>
8
+ </html>
app/index.php ADDED
@@ -0,0 +1 @@
 
 
1
+ hola