@dimma01Submitted over 1 year ago
Ibraheem Omar
@IbraheemOmarAll comments
- @IbraheemOmarPosted over 1 year ago
Great solution! Your code is very simple and easy to understand. I took some time reviewing it and learned a lot from it. Thanks! 😅
0 - @AJsdevsSubmitted over 1 year ago@IbraheemOmarPosted over 1 year ago
change: <img src="images/image-qr-code.png" alt="cannot be shown" />
to: <img src="./images/image-qr-code.png" alt="cannot be shown" />
that should allow your page to display the image.
Marked as helpful1