Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • @Gabriel-Vlas

    Posted

    Olá, tudo bem?

    ok, nesse trecho do código:

    <img src="./images/image-qr-code.png" alt="">

    Você só irá usar o "./imagens/" caso a imagem que irá usar esteja em uma pasta chamada "imagens". No seu caso a imagem está na mesma pasta do arquivo index.html, basta usar:

    <img src="image-qr-code.png" alt="">

    assim ele já irá reconhecer que a imagem está na mesma parta do aqrivo index.html. Testa e me diz se funcionou :)

    Marked as helpful

    0
  • @Nishant891

    Submitted

    Hey! This is my first time on frontendmentor.io. I completed this challenge of building a qr-code. I don't know if my github page is working fine. I made it live site but when I go there it doesn't run my code and show my work rather it displays my repository name etc. Is is like that?

    @Gabriel-Vlas

    Posted

    Você precisa adicionar mais um parâmetro no seu link de repositório exemplo: https://nishant891.github.io/nome-do-projeto-no-seu-github Só ai ele irá abrir o seu projeto normal.

    Marked as helpful

    0