se agrego footer a index.php
Browse files- app/index.php +8 -3
app/index.php
CHANGED
|
@@ -1,3 +1,8 @@
|
|
| 1 |
-
<?php
|
| 2 |
-
|
| 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>
|