hosting_project/ ├── public/ │ ├── css/ │ │ └── style.css │ └── index.php │ ├── templates/ │ ├── pages/ │ │ ├── home.php │ │ ├── plans.php │ │ ├── features.php │ │ └── contact.php │ ├── partials/ │ │ ├── header.php │ │ └── footer.php │ └── layout.php │ └── config.php