Display those weather stats even though the current screen is stuck for some reason gotta figure that one out

This commit is contained in:
Lani Aung
2025-06-15 07:31:00 -07:00
parent 30043f755a
commit 4247f9371f
15 changed files with 11910 additions and 138 deletions
+6
View File
@@ -6,6 +6,12 @@
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<main id="weather-panel">
<header id="time"></header>
<section id="current"></section>
<section id="hourly"></section>
<section id="daily"></section>
</main>
<script src="main.js"></script>
</body>
</html>