Skip to content

Commit 2f818cc

Browse files
Update README.md
1 parent 3f93966 commit 2f818cc

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,18 @@ simple-php-web/
1919
├── config.php
2020
├── routes.php
2121
├── components/
22+
│ ├── layout.php
2223
│ ├── navbar.php
2324
│ └── footer.php
24-
├── layouts/
25-
│ └── base.php
2625
├── views/
2726
│ ├── home.php
2827
│ ├── pricing.php
2928
│ ├── about.php
3029
│ ├── contact.php
3130
│ ├── faq.php
3231
│ └── 404.php
33-
├── css/
34-
│ └── style.css
35-
└── js/
36-
└── script.js
32+
└── css/
33+
└── style.css
3734
```
3835

3936
## ⚙️ config.php Example

0 commit comments

Comments
 (0)