PerlaHM commited on
Commit
8c998b0
·
1 Parent(s): 3678cc0

Header agregado a index.php

Browse files
Files changed (1) hide show
  1. app/index.php +4 -7
app/index.php CHANGED
@@ -1,9 +1,6 @@
1
- <!DOCTYPE html>
2
- <body>
3
- <?php
4
- $txt="My first PHP SCRIPT!";
5
-
6
- echo $txt;
7
- ?>
8
  </body>
9
  </html>
 
1
+ <?php include_once('inc/header.php');?>
2
+ <?php
3
+ echo "dummy";
4
+ ?>
 
 
 
5
  </body>
6
  </html>