Crie um Aplicativo de Fotos de Gatos - Passo 13

Conte-nos o que está acontecendo:

pode foravor me ajudar a entender o porque esta dando erro eu real n sei porque esta dando me ajuda por favor

Seu código até o momento

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>Everyone loves cute cats online!</p>

<!-- User Editable Region -->

      <p>See more<a href="https://freecatphotoapp.com">cat photos</a>in our gallery</p>

<!-- User Editable Region -->

      <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
    </main>
  </body>
</html>

Informações do seu navegador:

Agente de usuário: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 OPR/128.0.0.0 (Edition std-2)

Informações do desafio:

Crie um Aplicativo de Fotos de Gatos - Passo 13

Welcome to the forum @muriiloak456 ,

It looks like you inadvertently removed the punctuation at the end of that sentence.

Happy coding!