In `index.html`, ```js const cardBackImgPath = '/images/card-back-blue.png' ``` should be ```js const cardBackImgPath = '/images/card-back-Blue.png' ``` in order for the card to show up correctly on case-sensitive file systems.