Build a Cat Photo App - Step 13

Cuéntanos qué está pasando:

where is the problem in my code? i add the tag p :frowning:

Tu código hasta el 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>

Información de tu navegador:

El agente de usuario es: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36

Información del Desafío:

Build a Cat Photo App - Step 13
https://www.freecodecamp.org/espanol/learn/full-stack-developer/workshop-cat-photo-app/step-13

I believe you have the right code. It’s not working for me either.

The error message says:

“Something went wrong. Please try again later or contact support@freecodecamp.org if the error persists.”

Alternatively:

Please try one of the following steps to move forward.

Click on the “Restart Step” button and force a refresh of your page with CTRL + F5 then try to paste the code in again.

or - Try the step in incognito or private mode.

or - Disable any/all extensions that interface with the freeCodeCamp website (such as Dark Mode, Ad Blockers, or Spellcheckers), and set your browser zoom level to 100%. Both of these factors can cause tests to fail erroneously.

or - Ensure your browser is up-to-date or try a different browser.

I hope one of these will work for you.

I try in other browser and the same error.

The problem was the language of the page, it was in Spanish and I was getting an error, I changed it to English and it was fixed.