Design comparison
Community feedback
- @Grego14Posted 5 months ago
👋 Hello! To let other users see the challenge, change the URL to the .html file, as GitHub searches for a index.html file or a README.md and since yours is called frontend.html GitHub returns the README.md. You need to change the URL to
https://jake-elchon.github.io/QR-code-challenge/frontend.html
.And for the image to load you must use a relative URL like this
src="./image-qr-code.png"
because if you usesrc="/image-qr-code.png"
(without the dot) you would be looking for the image inhttps://jake-elchon.github.io/image-qr-code.png
and it doesn't exist.Congratulations and hope this helps! 😁
0 - @Code-BeakerPosted 5 months ago0
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