Alguien me ayuda? paso 1 del Pingüinito

Me dice que mi etiqueta debe estar dentro del head, y a mi me parece que lo está. pero no me deja avanzar, alguna forma de poder pasar? Saludos.

  **Your code so far**
/* file: index.html */
<!DOCTYPE html>
<html>
<head>
   <link rel="stylesheet" href="styles.css">
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   <title>Penguin</title> 
</head>    
<body>
</body>
</html>
/* file: styles.css */

  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36

Challenge: Step 1

Link to the challenge:

Hi @martinag023 !

Welcome to the forum!

There is an issue with the test.

You need to add a forward slash in the link tag.

<link/>
1 Like

Thank you for the fast response! gn