Skip to content

Commit

Permalink
bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chandler767 committed Oct 28, 2024
1 parent fb75e56 commit e911696
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">

<link rel="manifest" href="site.webmanifest">

<title>Snowmaking Weather Dashboard</title>
<link rel="stylesheet" href="styles.css">
</head>
Expand Down
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const API_KEY = 'fe0b1cebb2160fae8dbd661aaebb923b'; // Replace with your OpenWeatherMap API key
const API_KEY = '93884a8e001a81fd2dc1b978e4980a43'; // Replace with your OpenWeatherMap API key

document.getElementById('locationBtn').addEventListener('click', fetchWeatherByLocation);
document.getElementById('submitBtn').addEventListener('click', submitLocation);
Expand Down

0 comments on commit e911696

Please sign in to comment.