I appreciate every feedback.
How do i make my image show when using netlify. After deploying the image refuses to come up
It was difficult styling the page at first i guess i was able to figure it out. Thank you!
//Edit: Checked again! Images folder is not added on your project. Your site cannot locate your images files. Please add the images folder, then try to change your img tag from:
<img class="image" src="images/image-qr-code.png" />
to
<img class="image" src="./images/image-qr-code.png" />
Also, you might want to add an 'alt' attribute as well for better accessibility.