Meli20 commited on
Commit
1807c27
·
1 Parent(s): 4327725

se agrego footer a 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>Mi primer Script</h1>")
3
- ?>
 
 
 
 
 
 
1
+ <?php include_once('inc/header.php');?>
2
+
3
+ <?php
4
+ echo "dummy";
5
+ ?>
6
+ <?php include_once('inc/footer.php');?>
7
+ </body>
8
+ </html>