Please help it’s showing error and this seems okay

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Click here to view more cat photos.</p>
    <img src="https://cdn.freecodecamp.org/curriculumphoto-app/relaxing-cat.jpg">
  </main>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1

Challenge: Step 8

Link to the challenge:

This URL isn’t quite right. You are missing some characters in the middle. I recommend you always copy/paste from the instructions if possible to avoid these types of errors.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.