We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 563d351 commit c5c8362Copy full SHA for c5c8362
1 file changed
README.md
@@ -24,12 +24,12 @@ task-manager-app/
24
├── .gitignore # Ignored files/folders
25
├── requirements.txt # Python package dependencies
26
│
27
-├── templates/
28
-│ └── index.html # Frontend HTML (Jinja2)
29
-│
30
-└── static/
31
- ├── style.css # CSS styling
32
- └── script.js # Frontend logic (JS)
+├── docs/
+│ ├── index.html
+│ ├── style.css # CSS styling
+│ └── script.js # Frontend logic (JS) # Frontend HTML (Jinja2)
+
33
```
34
---
35
0 commit comments