index.html 322 B

12345678910111213
  1. <!DOCTYPE html>
  2. <html lang="es">
  3. <head>
  4. <title>App de Gatos</title>
  5. <link rel="stylesheet" href="style.css">
  6. </head>
  7. <body>
  8. <div>
  9. <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="Un lindo gato naranja recostado sobre su espalda.">
  10. </div>
  11. </body>
  12. </html>