Skip to content

Commit

Permalink
fixing styles path
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Oliveira committed Jan 30, 2024
1 parent 695fcfa commit f598f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sarah Burguer</title>
<link rel="stylesheet" href="/styles/style.css" />
<link rel="stylesheet" href="./styles/style.css" />
<link rel="shortcut icon" href="img/logo.png" type="image/x-icon" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
Expand Down

0 comments on commit f598f11

Please sign in to comment.