- <!DOCTYPE html>
- <html lang="es">
- <head>
- <title>App de Gatos</title>
- <link rel="stylesheet" href="style.css">
- </head>
- <body>
- <div>
- <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="Un lindo gato naranja recostado sobre su espalda.">
- </div>
- </body>
- </html>
|