Skip to content

Commit c5c8362

Browse files
Update README.md
1 parent 563d351 commit c5c8362

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ task-manager-app/
2424
├── .gitignore # Ignored files/folders
2525
├── requirements.txt # Python package dependencies
2626
27-
├── templates/
28-
── index.html # Frontend HTML (Jinja2)
29-
30-
└── static/
31-
├── style.css # CSS styling
32-
└── script.js # Frontend logic (JS)
27+
├── docs/
28+
── index.html
29+
├── style.css # CSS styling
30+
└── script.js # Frontend logic (JS) # Frontend HTML (Jinja2)
31+
32+
3333
```
3434
---
3535

0 commit comments

Comments
 (0)