Skip to content

Commit

Permalink
fixed path for style.css after moving to folder
Browse files Browse the repository at this point in the history
  • Loading branch information
gentmal committed Dec 10, 2023
1 parent ff05f11 commit 9f4e2e6
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 @@ -6,7 +6,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="styles/style.css">
<title>Pawfinder</title>
</head>
<body>
Expand Down

0 comments on commit 9f4e2e6

Please sign in to comment.