Skip to content

Commit

Permalink
index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Dkghuser authored Jan 13, 2024
1 parent 36be851 commit 611e173
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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>Weather App</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="weather/style.css">
</head>
<body>
<div class="container">
Expand Down Expand Up @@ -51,7 +51,7 @@ <h1>Sorry, Location not found!!!</h1>
</div>


<script src="script.js"></script>
<script src="weather/script.js"></script>
<script src="https://kit.fontawesome.com/595a890311.js" crossorigin="anonymous"></script>
</body>
</html>

0 comments on commit 611e173

Please sign in to comment.