We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db09a34 commit 0cc985eCopy full SHA for 0cc985e
1 file changed
Projects/Weather APP/index.html
@@ -5,7 +5,7 @@
5
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
<title>Weather App</title>
8
- <link rel="stylesheet" href="style/style.css" />
+ <link rel="stylesheet" href="style.css" />
9
<link
10
rel="stylesheet"
11
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
@@ -16,7 +16,7 @@
16
href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap"
17
18
/>
19
- <link rel="stylesheet" href="style/fadeIn.css" />
+ <link rel="stylesheet" href="fadeIn.css" />
20
<script src="script/main.js" type="module"></script>
21
<script
22
src="https://kit.fontawesome.com/8b37be8fdd.js"
0 commit comments