1
0
Commit Graph

1 Commits

Author SHA1 Message Date
Michael Verdi
e748d904ea Refactor: Use external SVG file for play button
- Replace embedded SVG code with external play.svg file
- Update HTML to use <img src='play.svg'> for cleaner code
- Update CSS selector from 'svg' to 'img' element
- Maintain all existing functionality and styling
- Improve code maintainability and separation of concerns
- Enable better caching and easier SVG updates
2025-07-30 10:35:32 -05:00