diff --git a/index.php b/index.php index c2f2edd..6cb5e35 100644 --- a/index.php +++ b/index.php @@ -1,9 +1,6 @@ - - - - - \ No newline at end of file +include __DIR__ . "/include/header.php"; +include __DIR__ . "/include/nav.php"; +include __DIR__ . "/main.php"; +include __DIR__ . "/include/footer.php";