Update README.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Itziar ZG
2026-03-22 19:57:11 +01:00
committed by GitHub
co-authored by Copilot
parent a52d1e5f76
commit 0c560cfc62
+3 -3
View File
@@ -33,10 +33,10 @@ python -m http.server 8000
## Project Structure
```
├── index.html # Main portfolio page
├── index.html # Main portfolio page (loads CSS and JS)
├── css/ # Site-wide styles (e.g., styles.css)
├── js/ # Site scripts (e.g., main.js)
├── diseño/ # Original design files from Stitch
├── js/ # Legacy JS files (not currently used)
├── styles/ # Legacy CSS files (not currently used)
└── README.md # This file
```