Skip to content

Commit 0cc985e

Browse files
authored
Update index.html
1 parent db09a34 commit 0cc985e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Projects/Weather APP/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Weather App</title>
8-
<link rel="stylesheet" href="style/style.css" />
8+
<link rel="stylesheet" href="style.css" />
99
<link
1010
rel="stylesheet"
1111
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
@@ -16,7 +16,7 @@
1616
href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap"
1717
rel="stylesheet"
1818
/>
19-
<link rel="stylesheet" href="style/fadeIn.css" />
19+
<link rel="stylesheet" href="fadeIn.css" />
2020
<script src="script/main.js" type="module"></script>
2121
<script
2222
src="https://kit.fontawesome.com/8b37be8fdd.js"

0 commit comments

Comments
 (0)