From 0c560cfc62c8c847d3cd7901e5da677ceabeb322 Mon Sep 17 00:00:00 2001 From: Itziar ZG <70289074+itziarZG@users.noreply.github.com> Date: Sun, 22 Mar 2026 19:57:11 +0100 Subject: [PATCH] Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1117d90..5c0f264 100644 --- a/README.md +++ b/README.md @@ -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 ```