diff options
Diffstat (limited to 'public/index.php')
| -rw-r--r-- | public/index.php | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/public/index.php b/public/index.php index ca7f117..b0fa818 100644 --- a/public/index.php +++ b/public/index.php @@ -1,3 +1,6 @@ +<?php +include_once $_SERVER['DOCUMENT_ROOT'] . '/../lib/partials.php'; +?> <html> <head> @@ -9,8 +12,14 @@ <body> <main> - <h1>test</h1> + <?php html_navigation_bar() ?> + + <content> + <h1>test</h1> + </content> </main> + + <?php html_big_footer() ?> </body> </html>
\ No newline at end of file |
