Learn Typography by Building a Nutrition Label - Step 4

I keep getting an error that says your link element should contain href="./styles.css which is already in there. I can’t see where I am going wrong?
Your code so far

/* file: index.Ext.html */

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Nutrition Label</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700,800" rel="stylesheet">
<link href="./styles.css" rel="stylesheet">
</head>
<body>
  <h1>Nutrition Facts</h1>
  <p>8 servings per container</p>
  <p>Serving size 2/3 cup (55g)</p>
</body>
</html>

/* file: styles.Ext.css */

Your mobile information:

iPad - iPadOS17.5.1

Challenge: Learn Typography by Building a Nutrition Label - Step 4

Link to the challenge:

Your solution works from my end. 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.

Hey thanks for your help but I am using an iPad iPadOS17.5.1 so I can’t do any of these I tried pressing the reset code button and it still doesn’t work I don’t want to have clear the cache and lose all progress that is the only option I can see in settings that might help.

do you have any browser extensions that you can disable before re-trying?
or can you try in incognito mode?
or can you use a new browser that has no special setup?