Moves all static assets (favicons, logo, background) into the `assets` directory and updates the corresponding paths in `index.html`. This improves project organization and maintainability.
Initializes the project with basic structure, including HTML, CSS, and static assets. Updates README with local development instructions and adds .gitignore for common build artifacts.