Design comparison
SolutionDesign
Community feedback
- @rodriguesedsonPosted 2 days ago
The image isn't loading because of the way the source is writen. This change may fix it:
src="./images/image-qr-code.png"
This first "." means "from this directory" (the dir in which the index.html file is) and then "/" indicates subdirectories or a file inside it (in the subdirectory images, img file).
0 - @hiba7897Posted 2 days ago
Missing QR code image => make sure to include the img code in the html file
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord