Design comparison
Solution retrospective
I have trouble dealing with GitHub Pages. XD
Community feedback
- @MelvinAguilarPosted about 1 year ago
It seems like there's no error in the GitHub Pages deployment. The issue is that in your repository, you have a folder named 'qr-code-component-main,' and inside it is your 'index.html' file. So, when you navigate to the URL https://marlonmontenegro.github.io/FrontEndChallangeQRCode/, it simply displays the README.md file because it couldn't find the 'index.html.'
To access your solution, you should include the folder in the URL. The correct URL for your solution would be: https://marlonmontenegro.github.io/FrontEndChallangeQRCode/qr-code-component-main/
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