# web-d02 **Repository Path**: professor_baptiste/web-d02 ## Basic Information - **Project Name**: web-d02 - **Description**: No description available - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2025-02-25 - **Last Updated**: 2025-09-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WEB-D02 ## Repository Structure ``` . web-d02/ ├── README.md ├── code/ │ ├── assets/ │ │ └── placeholder-profile.jpg │ ├── css/ │ │ └── style.css │ ├── js/ │ │ └── script.js │ └── index.html ├── exercises/ │ └── exercises.md └── theory/ ├── html-course.md └── git.md ``` ## Getting Started ### Theory Before starting the exercises, please read: - [Git Tutorial](theory/git.md) - [HTML Course](theory/html-course.md) ### Exercises - [Exercise Instructions](exercises/exercises.md)